Class ClothingItemReference
java.lang.Object
zombie.core.skinnedmodel.population.ClothingItemReference
- All Implemented Interfaces:
java.lang.Cloneable
public class ClothingItemReference
extends java.lang.Object
implements java.lang.Cloneable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClothingItemReference.RandomData -
Field Summary
Fields Modifier and Type Field Description booleanbRandomizedjava.lang.StringitemGUIDbooleanm_ImmutablefloatprobabilityClothingItemReference.RandomDataRandomDatajava.util.ArrayListsubItems -
Constructor Summary
Constructors Constructor Description ClothingItemReference() -
Method Summary
Modifier and Type Method Description ClothingItemReferenceclone()ClothingItemgetClothingItem()voidrandomize()voidsetModID(java.lang.String string)Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
probability
public float probability -
itemGUID
public java.lang.String itemGUID -
subItems
public java.util.ArrayList subItems -
bRandomized
public boolean bRandomized -
m_Immutable
public boolean m_Immutable -
RandomData
-
-
Constructor Details
-
ClothingItemReference
public ClothingItemReference()
-
-
Method Details
-
setModID
public void setModID(java.lang.String string) -
getClothingItem
-
randomize
public void randomize() -
clone
- Overrides:
clonein classjava.lang.Object
-