Class NetherFortressPieces.PieceWeight
java.lang.Object
net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.PieceWeight
- Enclosing class:
 - NetherFortressPieces
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal intfinal Class<? extends NetherFortressPieces.NetherBridgePiece>intfinal int - 
Constructor Summary
ConstructorsConstructorDescriptionPieceWeight(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
 - 
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> p_228444_, int p_228445_, int p_228446_, boolean p_228447_)  - 
PieceWeight
public PieceWeight(Class<? extends NetherFortressPieces.NetherBridgePiece> p_228440_, int p_228441_, int p_228442_)  
 - 
 - 
Method Details
- 
doPlace
public boolean doPlace(int p_228450_)  - 
isValid
public boolean isValid() 
 -