Uses of Class
net.minecraft.structure.NetherFortressGenerator.Piece
Packages that use NetherFortressGenerator.Piece
-
Uses of NetherFortressGenerator.Piece in net.minecraft.structure
Subclasses of NetherFortressGenerator.Piece in net.minecraft.structureModifier 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
Fields in net.minecraft.structure with type parameters of type NetherFortressGenerator.PieceModifier and TypeFieldDescriptionfinal Class<? extends NetherFortressGenerator.Piece>
NetherFortressGenerator.PieceData.pieceType
Methods in net.minecraft.structure that return NetherFortressGenerator.PieceModifier and TypeMethodDescription(package private) static NetherFortressGenerator.Piece
NetherFortressGenerator.createPiece
(NetherFortressGenerator.PieceData pieceData, StructurePiecesHolder holder, 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 holder, Random random, int x, int y, int z, Direction orientation, int chainLength) Constructor parameters in net.minecraft.structure with type arguments of type NetherFortressGenerator.PieceModifierConstructorDescriptionPieceData
(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit) PieceData
(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit, boolean repeatable)