Uses of Class
net.minecraft.structure.NetherFortressGenerator.PieceData
Package | Description |
---|---|
net.minecraft.structure |
-
Uses of NetherFortressGenerator.PieceData in net.minecraft.structure
Fields in net.minecraft.structure declared as NetherFortressGenerator.PieceData Modifier and Type Field Description private static NetherFortressGenerator.PieceData[]
NetherFortressGenerator. ALL_BRIDGE_PIECES
private static NetherFortressGenerator.PieceData[]
NetherFortressGenerator. ALL_CORRIDOR_PIECES
NetherFortressGenerator.PieceData
NetherFortressGenerator.Start. lastPiece
Fields in net.minecraft.structure with type parameters of type NetherFortressGenerator.PieceData Modifier and Type Field Description List<NetherFortressGenerator.PieceData>
NetherFortressGenerator.Start. bridgePieces
List<NetherFortressGenerator.PieceData>
NetherFortressGenerator.Start. corridorPieces
Methods in net.minecraft.structure with parameters of type NetherFortressGenerator.PieceData 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)
Method parameters in net.minecraft.structure with type arguments of type NetherFortressGenerator.PieceData Modifier and Type Method Description private int
NetherFortressGenerator.Piece. checkRemainingPieces(List<NetherFortressGenerator.PieceData> possiblePieces)
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)