Class DoughBall<DOUGH extends IDough<DOUGH>>
java.lang.Object
com.petrolpark.compat.create.core.dough.DoughBall<DOUGH>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDoughBall(DOUGH dough, float thickness, byte width, byte length, List<DoughBall.CutEntry> cuts) -
Method Summary
-
Field Details
-
CODEC
-
THICKNESS_AREA_SCALE
public static final float THICKNESS_AREA_SCALE- See Also:
-
dough
-
thickness
protected float thickness -
width
protected byte width -
length
protected byte length -
cuts
-
cutTiles
protected int cutTiles
-
-
Constructor Details
-
DoughBall
public DoughBall(DOUGH dough, float thickness, byte width, byte length, List<DoughBall.CutEntry> cuts)
-
-
Method Details
-
get
-
getDough
-
getThickness
public float getThickness() -
getWidth
public byte getWidth() -
getLength
public byte getLength() -
getCuts
-
canBeCut
public final boolean canBeCut() -
hasBeenCut
public final boolean hasBeenCut()
-