Uses of Class
net.minecraft.structure.NetherFortressGenerator.Piece
-
Uses of NetherFortressGenerator.Piece in net.minecraft.structure
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Modifier and TypeFieldDescriptionClass<? extends NetherFortressGenerator.Piece>
NetherFortressGenerator.PieceData.pieceType
Modifier and TypeMethodDescription(package private) static NetherFortressGenerator.Piece
NetherFortressGenerator.createPiece(NetherFortressGenerator.PieceData pieceData, StructurePiecesHolder structurePiecesHolder, Random random, int x, int y, int z, Direction orientation, int chainLength)
private NetherFortressGenerator.Piece
NetherFortressGenerator.Piece.pickPiece(NetherFortressGenerator.Start start, List<NetherFortressGenerator.PieceData> possiblePieces, StructurePiecesHolder structurePiecesHolder, Random random, int x, int y, int z, Direction orientation, int chainLength)
ModifierConstructorDescriptionPieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit)
PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit, boolean repeatable)