Package zombie.characters
Class ClothingWetness
java.lang.Object
zombie.characters.ClothingWetness
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanfinal IsoGameCharacterfinal zombie.characters.ClothingWetness.ItemList[]final int[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddecreaseWetness(float float1) Deprecated.voidincreaseWetness(float float1) Deprecated.voidupdateWetness(float float1, float float2)
-
Field Details
-
character
-
clothing
public final zombie.characters.ClothingWetness.ItemList[] clothing -
perspiringParts
public final int[] perspiringParts -
changed
public boolean changed
-
-
Constructor Details
-
ClothingWetness
-
-
Method Details
-
calculateExposedItems
public void calculateExposedItems() -
updateWetness
public void updateWetness(float float1, float float2) -
increaseWetness
Deprecated. -
decreaseWetness
Deprecated.
-