Package zombie.characters
Class UnderwearDefinition
java.lang.Object
zombie.characters.UnderwearDefinition
public class UnderwearDefinition
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UnderwearDefinition.OutfitUnderwearDefinition
-
Field Summary
Fields Modifier and Type Field Description static UnderwearDefinition
instance
boolean
m_dirty
-
Constructor Summary
Constructors Constructor Description UnderwearDefinition()
-
Method Summary
Modifier and Type Method Description static void
addRandomUnderwear(IsoZombie zombie)
void
checkDirty()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
m_dirty
public boolean m_dirty
-
-
Constructor Details
-
UnderwearDefinition
public UnderwearDefinition()
-
-
Method Details
-
checkDirty
public void checkDirty() -
addRandomUnderwear
-