Uses of Class
net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.PieceWeight
Packages that use NetherFortressPieces.PieceWeight
-
Uses of NetherFortressPieces.PieceWeight in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as NetherFortressPieces.PieceWeightModifier and TypeFieldDescriptionprivate static final NetherFortressPieces.PieceWeight[]NetherFortressPieces.BRIDGE_PIECE_WEIGHTSprivate static final NetherFortressPieces.PieceWeight[]NetherFortressPieces.CASTLE_PIECE_WEIGHTSprivate @Nullable NetherFortressPieces.PieceWeightNetherFortressPieces.StartPiece.previousPieceFields in net.minecraft.world.level.levelgen.structure.structures with type parameters of type NetherFortressPieces.PieceWeightModifier and TypeFieldDescriptionprivate final List<NetherFortressPieces.PieceWeight> NetherFortressPieces.StartPiece.availableBridgePiecesprivate final List<NetherFortressPieces.PieceWeight> NetherFortressPieces.StartPiece.availableCastlePiecesMethods in net.minecraft.world.level.levelgen.structure.structures with parameters of type NetherFortressPieces.PieceWeightModifier and TypeMethodDescriptionprivate static @Nullable NetherFortressPieces.NetherBridgePieceNetherFortressPieces.findAndCreateBridgePieceFactory(NetherFortressPieces.PieceWeight piece, StructurePieceAccessor structurePieceAccessor, RandomSource random, int footX, int footY, int footZ, Direction direction, int depth) Method parameters in net.minecraft.world.level.levelgen.structure.structures with type arguments of type NetherFortressPieces.PieceWeightModifier and TypeMethodDescriptionprivate @Nullable NetherFortressPieces.NetherBridgePieceNetherFortressPieces.NetherBridgePiece.generatePiece(NetherFortressPieces.StartPiece startPiece, List<NetherFortressPieces.PieceWeight> currentPieces, StructurePieceAccessor structurePieceAccessor, RandomSource random, int footX, int footY, int footZ, Direction direction, int depth) private intNetherFortressPieces.NetherBridgePiece.updatePieceWeight(List<NetherFortressPieces.PieceWeight> currentPieces)