static class NetherFortressGenerator.PieceData extends Object
Modifier and Type | Field and Description |
---|---|
int |
generatedCount |
int |
limit |
Class<? extends NetherFortressGenerator.Piece> |
pieceType |
boolean |
repeatable |
int |
weight |
Constructor and Description |
---|
PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType,
int weight,
int limit) |
PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType,
int weight,
int limit,
boolean repeatable) |
Modifier and Type | Method and Description |
---|---|
boolean |
canGenerate() |
boolean |
canGenerate(int chainLength) |
public final Class<? extends NetherFortressGenerator.Piece> pieceType
public final int weight
public int generatedCount
public final int limit
public final boolean repeatable
public PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit, boolean repeatable)
public PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit)