Uses of Class
net.minecraft.structure.StrongholdGenerator.Piece
-
Uses of StrongholdGenerator.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
Modifier and TypeFieldDescription(package private) static Class<? extends StrongholdGenerator.Piece>
StrongholdGenerator.activePieceType
final Class<? extends StrongholdGenerator.Piece>
StrongholdGenerator.PieceData.pieceType
Modifier and TypeMethodDescriptionprivate static StrongholdGenerator.Piece
StrongholdGenerator.createPiece
(Class<? extends StrongholdGenerator.Piece> pieceType, StructurePiecesHolder holder, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength) private static StrongholdGenerator.Piece
StrongholdGenerator.pickPiece
(StrongholdGenerator.Start start, StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation, int chainLength) Modifier and TypeMethodDescriptionprivate static StrongholdGenerator.Piece
StrongholdGenerator.createPiece
(Class<? extends StrongholdGenerator.Piece> pieceType, StructurePiecesHolder holder, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength) ModifierConstructorDescriptionPieceData
(Class<? extends StrongholdGenerator.Piece> pieceType, int weight, int limit)