Class DoughBall
java.lang.Object
com.petrolpark.compat.create.dough.DoughBall
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DoughBall.CutEntry>protected intfinal Doughprotected byteprotected floatstatic final floatprotected byte -
Constructor Summary
ConstructorsConstructorDescriptionDoughBall(Dough dough, float thickness, byte width, byte length, List<DoughBall.CutEntry> cuts) DoughBall(net.minecraft.nbt.CompoundTag tag) -
Method Summary
-
Field Details
-
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) -
DoughBall
public DoughBall(net.minecraft.nbt.CompoundTag tag)
-
-
Method Details
-
get
-
hasBeenCut
public boolean hasBeenCut()
-