Class SealedFluidProperties

java.lang.Object
zombie.entity.components.fluids.SealedFluidProperties
Direct Known Subclasses:
FluidConsume, FluidProperties

public class SealedFluidProperties extends Object
  • Field Details

  • Constructor Details

    • SealedFluidProperties

      public SealedFluidProperties()
  • Method Details

    • save

      public void save(ByteBuffer byteBuffer) throws IOException
      Throws:
      IOException
    • load

      public void load(ByteBuffer byteBuffer, int var2) throws IOException
      Throws:
      IOException
    • hasProperties

      public boolean hasProperties()
    • getFatigueChange

      public float getFatigueChange()
    • getHungerChange

      public float getHungerChange()
    • getStressChange

      public float getStressChange()
    • getThirstChange

      public float getThirstChange()
    • getUnhappyChange

      public float getUnhappyChange()
    • getCalories

      public float getCalories()
    • getCarbohydrates

      public float getCarbohydrates()
    • getLipids

      public float getLipids()
    • getProteins

      public float getProteins()
    • getAlcohol

      public float getAlcohol()
    • getFluReduction

      public float getFluReduction()
    • getPainReduction

      public float getPainReduction()
    • getEnduranceChange

      public float getEnduranceChange()
    • getFoodSicknessReduction

      public float getFoodSicknessReduction()