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 wetness) Deprecated.void
increaseWetness
(float wetness) Deprecated.void
updateWetness
(float outerWetnessInc, float outerWetnessDec)
-
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 outerWetnessInc, float outerWetnessDec) -
increaseWetness
Deprecated. -
decreaseWetness
Deprecated.
-