Class NetherFortressPieces

java.lang.Object
net.minecraft.structure.NetherFortressPieces

public class NetherFortressPieces extends Object
Mappings:
Namespace Name
official bbn
intermediary net/minecraft/class_1261
named net/minecraft/structure/NetherFortressPieces
  • Field Details

    • ALL_BRIDGE_PIECES

      private static final NetherFortressPieces.PieceData[] ALL_BRIDGE_PIECES
      Mappings:
      Namespace Name Mixin selector
      official a Lbbn;a:[Lbbn$n;
      intermediary field_4919 Lnet/minecraft/class_1261;field_4919:[Lnet/minecraft/class_1261$class_1275;
      named ALL_BRIDGE_PIECES Lnet/minecraft/structure/NetherFortressPieces;ALL_BRIDGE_PIECES:[Lnet/minecraft/structure/NetherFortressPieces$PieceData;
    • ALL_CORRIDOR_PIECES

      private static final NetherFortressPieces.PieceData[] ALL_CORRIDOR_PIECES
      Mappings:
      Namespace Name Mixin selector
      official b Lbbn;b:[Lbbn$n;
      intermediary field_4920 Lnet/minecraft/class_1261;field_4920:[Lnet/minecraft/class_1261$class_1275;
      named ALL_CORRIDOR_PIECES Lnet/minecraft/structure/NetherFortressPieces;ALL_CORRIDOR_PIECES:[Lnet/minecraft/structure/NetherFortressPieces$PieceData;
  • Constructor Details

    • NetherFortressPieces

      public NetherFortressPieces()
  • Method Details

    • registerPieces

      public static void registerPieces()
      Mappings:
      Namespace Name Mixin selector
      official a Lbbn;a()V
      intermediary method_5509 Lnet/minecraft/class_1261;method_5509()V
      named registerPieces Lnet/minecraft/structure/NetherFortressPieces;registerPieces()V
    • createPiece

      private static NetherFortressPieces.AbstractPiece createPiece(NetherFortressPieces.PieceData pieceData, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)
      Mappings:
      Namespace Name Mixin selector
      official b Lbbn;b(Lbbn$n;Ljava/util/List;Ljava/util/Random;IIILfa;I)Lbbn$m;
      intermediary method_4058 Lnet/minecraft/class_1261;method_4058(Lnet/minecraft/class_1261$class_1275;Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_1354;I)Lnet/minecraft/class_1261$class_1274;
      named createPiece Lnet/minecraft/structure/NetherFortressPieces;createPiece(Lnet/minecraft/structure/NetherFortressPieces$PieceData;Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressPieces$AbstractPiece;