Package zombie.characters
Class ClothingWetness
java.lang.Object
zombie.characters.ClothingWetness
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
final IsoGameCharacter
final zombie.characters.ClothingWetness.ItemList[]
final int[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
decreaseWetness
(float float1) Deprecated.void
increaseWetness
(float float1) Deprecated.void
updateWetness
(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.
-