Package zombie.characters
Class ClothingWetness
java.lang.Object
zombie.characters.ClothingWetness
public final class ClothingWetness
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
changed
IsoGameCharacter
character
zombie.characters.ClothingWetness.ItemList[]
clothing
int[]
perspiringParts
-
Constructor Summary
Constructors Constructor Description ClothingWetness(IsoGameCharacter gameCharacter)
-
Method Summary
Modifier and Type Method Description void
calculateExposedItems()
void
decreaseWetness(float float1)
Deprecated.void
increaseWetness(float float1)
Deprecated.void
updateWetness(float float1, float float2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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 public void increaseWetness(float float1)Deprecated. -
decreaseWetness
@Deprecated public void decreaseWetness(float float1)Deprecated.
-