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 booleanchangedIsoGameCharactercharacterzombie.characters.ClothingWetness.ItemList[]clothingint[]perspiringParts -
Constructor Summary
Constructors Constructor Description ClothingWetness(IsoGameCharacter gameCharacter) -
Method Summary
Modifier and Type Method Description voidcalculateExposedItems()voiddecreaseWetness(float float1)Deprecated.voidincreaseWetness(float float1)Deprecated.voidupdateWetness(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.
-