Uses of Class
net.minecraft.structure.StrongholdGenerator.Start
Packages that use StrongholdGenerator.Start
-
Uses of StrongholdGenerator.Start in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type StrongholdGenerator.StartModifier and TypeMethodDescriptionprotected @Nullable StructurePiece
StrongholdGenerator.Piece.fillForwardOpening
(StrongholdGenerator.Start start, StructurePiecesHolder holder, AbstractRandom abstractRandom, int leftRightOffset, int heightOffset) protected @Nullable StructurePiece
StrongholdGenerator.Piece.fillNWOpening
(StrongholdGenerator.Start start, StructurePiecesHolder holder, AbstractRandom abstractRandom, int heightOffset, int leftRightOffset) protected @Nullable StructurePiece
StrongholdGenerator.Piece.fillSEOpening
(StrongholdGenerator.Start start, StructurePiecesHolder holder, AbstractRandom abstractRandom, int heightOffset, int leftRightOffset) private static StrongholdGenerator.Piece
StrongholdGenerator.pickPiece
(StrongholdGenerator.Start start, StructurePiecesHolder holder, AbstractRandom abstractRandom, int x, int y, int z, Direction orientation, int chainLength) (package private) static StructurePiece
StrongholdGenerator.pieceGenerator
(StrongholdGenerator.Start start, StructurePiecesHolder holder, AbstractRandom abstractRandom, int x, int y, int z, @Nullable Direction orientation, int chainLength)