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 class
FortressPieces.Corridor
static class
FortressPieces.Corridor2
static class
FortressPieces.Corridor3
static class
FortressPieces.Corridor4
static class
FortressPieces.Corridor5
static class
FortressPieces.Crossing
static class
FortressPieces.Crossing2
static class
FortressPieces.Crossing3
static class
FortressPieces.End
static class
FortressPieces.Entrance
static class
FortressPieces.NetherStalkRoom
(package private) static class
FortressPieces.Piece
(package private) static class
FortressPieces.PieceWeight
static class
FortressPieces.Stairs
static class
FortressPieces.Start
static class
FortressPieces.Straight
static class
FortressPieces.Throne
-
Field Summary
Fields Modifier and Type Field Description private static FortressPieces.PieceWeight[]
BRIDGE_PIECE_WEIGHTS
private 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.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_)
-
-
-
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_)
-
-