Uses of Class
net.minecraft.structure.StrongholdGenerator.Piece
| Package | Description |
|---|---|
| net.minecraft.structure |
-
Uses of StrongholdGenerator.Piece in net.minecraft.structure
Subclasses of StrongholdGenerator.Piece in net.minecraft.structure Modifier and Type Class Description static classStrongholdGenerator.ChestCorridorstatic classStrongholdGenerator.Corridorstatic classStrongholdGenerator.FiveWayCrossingstatic classStrongholdGenerator.LeftTurnstatic classStrongholdGenerator.Librarystatic classStrongholdGenerator.PortalRoomstatic classStrongholdGenerator.PrisonHallstatic classStrongholdGenerator.RightTurnstatic classStrongholdGenerator.SmallCorridorstatic classStrongholdGenerator.SpiralStaircasestatic classStrongholdGenerator.SquareRoomstatic classStrongholdGenerator.Stairsstatic classStrongholdGenerator.Startstatic classStrongholdGenerator.TurnFields in net.minecraft.structure with type parameters of type StrongholdGenerator.Piece Modifier and Type Field Description private static Class<? extends StrongholdGenerator.Piece>StrongholdGenerator. activePieceTypeClass<? extends StrongholdGenerator.Piece>StrongholdGenerator.PieceData. pieceTypeMethods in net.minecraft.structure that return StrongholdGenerator.Piece Modifier and Type Method Description private static StrongholdGenerator.PieceStrongholdGenerator. createPiece(Class<? extends StrongholdGenerator.Piece> pieceType, class_6130 class_6130, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength)private static StrongholdGenerator.PieceStrongholdGenerator. pickPiece(StrongholdGenerator.Start start, class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)Method parameters in net.minecraft.structure with type arguments of type StrongholdGenerator.Piece Modifier and Type Method Description private static StrongholdGenerator.PieceStrongholdGenerator. createPiece(Class<? extends StrongholdGenerator.Piece> pieceType, class_6130 class_6130, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength)Constructor parameters in net.minecraft.structure with type arguments of type StrongholdGenerator.Piece Constructor Description PieceData(Class<? extends StrongholdGenerator.Piece> pieceType, int weight, int limit)