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> pieceClass, int weight, int maxPlaceCount) PieceWeight
(Class<? extends NetherFortressPieces.NetherBridgePiece> pieceClass, int weight, int maxPlaceCount, boolean allowInRow) -
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> pieceClass, int weight, int maxPlaceCount, boolean allowInRow) -
PieceWeight
public PieceWeight(Class<? extends NetherFortressPieces.NetherBridgePiece> pieceClass, int weight, int maxPlaceCount)
-
-
Method Details
-
doPlace
public boolean doPlace(int genDepth) -
isValid
public boolean isValid()
-