Uses of Class
net.minecraft.structure.NetherFortressGenerator.Piece
Package | Description |
---|---|
net.minecraft.structure |
-
Uses of NetherFortressGenerator.Piece in net.minecraft.structure
Subclasses of NetherFortressGenerator.Piece in net.minecraft.structure Modifier and Type Class Description static class
NetherFortressGenerator.Bridge
static class
NetherFortressGenerator.BridgeCrossing
static class
NetherFortressGenerator.BridgeEnd
static class
NetherFortressGenerator.BridgePlatform
static class
NetherFortressGenerator.BridgeSmallCrossing
static class
NetherFortressGenerator.BridgeStairs
static class
NetherFortressGenerator.CorridorBalcony
static class
NetherFortressGenerator.CorridorCrossing
static class
NetherFortressGenerator.CorridorExit
static class
NetherFortressGenerator.CorridorLeftTurn
static class
NetherFortressGenerator.CorridorNetherWartsRoom
static class
NetherFortressGenerator.CorridorRightTurn
static class
NetherFortressGenerator.CorridorStairs
static class
NetherFortressGenerator.SmallCorridor
static class
NetherFortressGenerator.Start
Fields in net.minecraft.structure with type parameters of type NetherFortressGenerator.Piece Modifier and Type Field Description Class<? extends NetherFortressGenerator.Piece>
NetherFortressGenerator.PieceData. pieceType
Methods in net.minecraft.structure that return NetherFortressGenerator.Piece Modifier and Type Method Description private static NetherFortressGenerator.Piece
NetherFortressGenerator. createPiece(NetherFortressGenerator.PieceData pieceData, class_6130 class_6130, 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, class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)
Constructor parameters in net.minecraft.structure with type arguments of type NetherFortressGenerator.Piece Constructor Description PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit)
PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit, boolean repeatable)