Class SealedFluidProperties
java.lang.Object
zombie.entity.components.fluids.SealedFluidProperties
- Direct Known Subclasses:
FluidConsume
,FluidProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
float
float
float
float
float
float
float
float
float
float
float
boolean
void
load
(ByteBuffer byteBuffer, int var2) void
save
(ByteBuffer byteBuffer)
-
Field Details
-
Str_Fatigue
- See Also:
-
Str_Hunger
- See Also:
-
Str_Stress
- See Also:
-
Str_Thirst
- See Also:
-
Str_Unhappy
- See Also:
-
Str_Calories
- See Also:
-
Str_Carbohydrates
- See Also:
-
Str_Lipids
- See Also:
-
Str_Proteins
- See Also:
-
Str_Alcohol
- See Also:
-
Str_Flu
- See Also:
-
Str_Pain
- See Also:
-
Str_Endurance
- See Also:
-
Str_FoodSickness
- See Also:
-
-
Constructor Details
-
SealedFluidProperties
public SealedFluidProperties()
-
-
Method Details
-
save
- Throws:
IOException
-
load
- 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()
-