Class FluidProperties

java.lang.Object
zombie.entity.components.fluids.SealedFluidProperties
zombie.entity.components.fluids.FluidProperties

public class FluidProperties extends SealedFluidProperties
  • Constructor Details

    • FluidProperties

      public FluidProperties()
  • Method Details

    • getSealedFluidProperties

      public SealedFluidProperties getSealedFluidProperties()
    • setEffects

      public void setEffects(float fatigueChange, float hungerChange, float stressChange, float thirstChange, float unhappyChange, float alcoholChange, float poisonChange)
    • setNutrients

      public void setNutrients(float calories, float carbohydrates, float lipids, float proteins)
    • setReductions

      public void setReductions(float fluReduction, float painReduction, float enduranceChange, int foodSicknessChange)
    • setFatigueChange

      public void setFatigueChange(float fatigueChange)
    • setHungerChange

      public void setHungerChange(float hungerChange)
    • setStressChange

      public void setStressChange(float stressChange)
    • setThirstChange

      public void setThirstChange(float thirstChange)
    • setUnhappyChange

      public void setUnhappyChange(float unhappyChange)
    • setCalories

      public void setCalories(float calories)
    • setCarbohydrates

      public void setCarbohydrates(float carbohydrates)
    • setLipids

      public void setLipids(float lipids)
    • setProteins

      public void setProteins(float proteins)
    • setAlcohol

      public void setAlcohol(float alcohol)
    • setFluReduction

      public void setFluReduction(float fluReduction)
    • setPainReduction

      public void setPainReduction(float painReduction)
    • setEnduranceChange

      public void setEnduranceChange(float enduranceChange)
    • setFoodSicknessChange

      public void setFoodSicknessChange(int foodSicknessChange)