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_PIECESprivate static NetherFortressGenerator.PieceData[]NetherFortressGenerator. ALL_CORRIDOR_PIECESNetherFortressGenerator.PieceDataNetherFortressGenerator.Start. lastPieceFields in net.minecraft.structure with type parameters of type NetherFortressGenerator.PieceData Modifier and Type Field Description List<NetherFortressGenerator.PieceData>NetherFortressGenerator.Start. bridgePiecesList<NetherFortressGenerator.PieceData>NetherFortressGenerator.Start. corridorPiecesMethods in net.minecraft.structure with parameters of type NetherFortressGenerator.PieceData Modifier and Type Method Description private static NetherFortressGenerator.PieceNetherFortressGenerator. 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 intNetherFortressGenerator.Piece. checkRemainingPieces(List<NetherFortressGenerator.PieceData> possiblePieces)private NetherFortressGenerator.PieceNetherFortressGenerator.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)