Class UnderwearDefinition.OutfitUnderwearDefinition
java.lang.Object
zombie.characters.UnderwearDefinition.OutfitUnderwearDefinition
- Enclosing class:
UnderwearDefinition
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
boolean
ArrayList
<zombie.characters.UnderwearDefinition.StringChance> int
-
Constructor Summary
ConstructorsConstructorDescriptionOutfitUnderwearDefinition
(ArrayList<zombie.characters.UnderwearDefinition.StringChance> _top, String _bottom, int _chanceToSpawn, String gender) -
Method Summary
-
Field Details
-
top
-
topTotalChance
public int topTotalChance -
bottom
-
chanceToSpawn
public int chanceToSpawn -
female
public boolean female
-
-
Constructor Details
-
OutfitUnderwearDefinition
-