Class NetherFortressPieces.PieceWeight
java.lang.Object
net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.PieceWeight
- Enclosing class:
- NetherFortressPieces
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal booleanfinal intfinal Class<? extends NetherFortressPieces.NetherBridgePiece>intfinal int
- 
Constructor SummaryConstructorsConstructorDescriptionPieceWeight(Class<? extends NetherFortressPieces.NetherBridgePiece> p_228440_, int p_228441_, int p_228442_) PieceWeight(Class<? extends NetherFortressPieces.NetherBridgePiece> p_228444_, int p_228445_, int p_228446_, boolean p_228447_) 
- 
Method Summary
- 
Field Details- 
pieceClass
- 
weightpublic final int weight
- 
placeCountpublic int placeCount
- 
maxPlaceCountpublic final int maxPlaceCount
- 
allowInRowpublic final boolean allowInRow
 
- 
- 
Constructor Details- 
PieceWeightpublic PieceWeight(Class<? extends NetherFortressPieces.NetherBridgePiece> p_228444_, int p_228445_, int p_228446_, boolean p_228447_) 
- 
PieceWeightpublic PieceWeight(Class<? extends NetherFortressPieces.NetherBridgePiece> p_228440_, int p_228441_, int p_228442_) 
 
- 
- 
Method Details- 
doPlacepublic boolean doPlace(int p_228450_) 
- 
isValidpublic boolean isValid()
 
-