Class FortressPieces
- java.lang.Object
-
- net.minecraft.world.gen.feature.structure.FortressPieces
-
public class FortressPieces extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFortressPieces.Corridorstatic classFortressPieces.Corridor2static classFortressPieces.Corridor3static classFortressPieces.Corridor4static classFortressPieces.Corridor5static classFortressPieces.Crossingstatic classFortressPieces.Crossing2static classFortressPieces.Crossing3static classFortressPieces.Endstatic classFortressPieces.Entrancestatic classFortressPieces.NetherStalkRoom(package private) static classFortressPieces.Piece(package private) static classFortressPieces.PieceWeightstatic classFortressPieces.Stairsstatic classFortressPieces.Startstatic classFortressPieces.Straightstatic classFortressPieces.Throne
-
Field Summary
Fields Modifier and Type Field Description private static FortressPieces.PieceWeight[]BRIDGE_PIECE_WEIGHTSprivate static FortressPieces.PieceWeight[]CASTLE_PIECE_WEIGHTS
-
Constructor Summary
Constructors Constructor Description FortressPieces()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static FortressPieces.PiecefindAndCreateBridgePieceFactory(FortressPieces.PieceWeight p_175887_0_, java.util.List<StructurePiece> p_175887_1_, java.util.Random p_175887_2_, int p_175887_3_, int p_175887_4_, int p_175887_5_, Direction p_175887_6_, int p_175887_7_)
-
-
-
Field Detail
-
BRIDGE_PIECE_WEIGHTS
private static final FortressPieces.PieceWeight[] BRIDGE_PIECE_WEIGHTS
-
CASTLE_PIECE_WEIGHTS
private static final FortressPieces.PieceWeight[] CASTLE_PIECE_WEIGHTS
-
-
Method Detail
-
findAndCreateBridgePieceFactory
private static FortressPieces.Piece findAndCreateBridgePieceFactory(FortressPieces.PieceWeight p_175887_0_, java.util.List<StructurePiece> p_175887_1_, java.util.Random p_175887_2_, int p_175887_3_, int p_175887_4_, int p_175887_5_, Direction p_175887_6_, int p_175887_7_)
-
-