Class DoughBall

java.lang.Object
com.petrolpark.compat.create.dough.DoughBall

public class DoughBall extends Object
  • Field Details

    • THICKNESS_AREA_SCALE

      public static final float THICKNESS_AREA_SCALE
      See Also:
    • dough

      public final Dough dough
    • thickness

      protected float thickness
    • width

      protected byte width
    • length

      protected byte length
    • cuts

      protected List<DoughBall.CutEntry> 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

      public static DoughBall get(net.minecraft.world.item.ItemStack stack)
    • hasBeenCut

      public boolean hasBeenCut()