Class NetherFortressGenerator

java.lang.Object
net.minecraft.structure.NetherFortressGenerator

public class NetherFortressGenerator
extends Object
Mappings:
Namespace Name
official cwv
intermediary net/minecraft/class_3390
named net/minecraft/structure/NetherFortressGenerator
  • Field Details

    • ALL_BRIDGE_PIECES

      private static final NetherFortressGenerator.PieceData[] ALL_BRIDGE_PIECES
      Mappings:
      Namespace Name Mixin selector
      official a Lcwv;a:[Lcwv$n;
      intermediary field_14494 Lnet/minecraft/class_3390;field_14494:[Lnet/minecraft/class_3390$class_3404;
      named ALL_BRIDGE_PIECES Lnet/minecraft/structure/NetherFortressGenerator;ALL_BRIDGE_PIECES:[Lnet/minecraft/structure/NetherFortressGenerator$PieceData;
    • ALL_CORRIDOR_PIECES

      private static final NetherFortressGenerator.PieceData[] ALL_CORRIDOR_PIECES
      Mappings:
      Namespace Name Mixin selector
      official b Lcwv;b:[Lcwv$n;
      intermediary field_14493 Lnet/minecraft/class_3390;field_14493:[Lnet/minecraft/class_3390$class_3404;
      named ALL_CORRIDOR_PIECES Lnet/minecraft/structure/NetherFortressGenerator;ALL_CORRIDOR_PIECES:[Lnet/minecraft/structure/NetherFortressGenerator$PieceData;
  • Constructor Details

    • NetherFortressGenerator

      public NetherFortressGenerator()
  • Method Details

    • createPiece

      private static NetherFortressGenerator.Piece createPiece​(NetherFortressGenerator.PieceData pieceData, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)
      Mappings:
      Namespace Name Mixin selector
      official b Lcwv;b(Lcwv$n;Ljava/util/List;Ljava/util/Random;IIILgc;I)Lcwv$m;
      intermediary method_14795 Lnet/minecraft/class_3390;method_14795(Lnet/minecraft/class_3390$class_3404;Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_2350;I)Lnet/minecraft/class_3390$class_3403;
      named createPiece Lnet/minecraft/structure/NetherFortressGenerator;createPiece(Lnet/minecraft/structure/NetherFortressGenerator$PieceData;Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressGenerator$Piece;