Class NetherFortressPieces.PieceWeight
java.lang.Object
net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.PieceWeight
- Enclosing class:
NetherFortressPieces
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
final int
final Class
<? extends NetherFortressPieces.NetherBridgePiece> int
final int
-
Constructor Summary
ConstructorsConstructorDescriptionPieceWeight
(Class<? extends NetherFortressPieces.NetherBridgePiece> pPieceClass, int pWeight, int pMaxPlaceCount) PieceWeight
(Class<? extends NetherFortressPieces.NetherBridgePiece> pPieceClass, int pWeight, int pMaxPlaceCount, boolean pAllowInRow) -
Method Summary
-
Field Details
-
pieceClass
-
weight
public final int weight -
placeCount
public int placeCount -
maxPlaceCount
public final int maxPlaceCount -
allowInRow
public final boolean allowInRow
-
-
Constructor Details
-
PieceWeight
public PieceWeight(Class<? extends NetherFortressPieces.NetherBridgePiece> pPieceClass, int pWeight, int pMaxPlaceCount, boolean pAllowInRow) -
PieceWeight
public PieceWeight(Class<? extends NetherFortressPieces.NetherBridgePiece> pPieceClass, int pWeight, int pMaxPlaceCount)
-
-
Method Details
-
doPlace
public boolean doPlace(int pGenDepth) -
isValid
public boolean isValid()
-