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 SummaryNested Classes Modifier and Type Class Description static classClothingItemReference.RandomData
- 
Field SummaryFields Modifier and Type Field Description booleanbRandomizedjava.lang.StringitemGUIDbooleanm_ImmutablefloatprobabilityClothingItemReference.RandomDataRandomDatajava.util.ArrayListsubItems
- 
Constructor SummaryConstructors Constructor Description ClothingItemReference()
- 
Method SummaryModifier and Type Method Description ClothingItemReferenceclone()ClothingItemgetClothingItem()voidrandomize()voidsetModID(java.lang.String string)Methods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
probabilitypublic float probability
- 
itemGUIDpublic java.lang.String itemGUID
- 
subItemspublic java.util.ArrayList subItems
- 
bRandomizedpublic boolean bRandomized
- 
m_Immutablepublic boolean m_Immutable
- 
RandomData
 
- 
- 
Constructor Details- 
ClothingItemReferencepublic ClothingItemReference()
 
- 
- 
Method Details- 
setModIDpublic void setModID(java.lang.String string)
- 
getClothingItem
- 
randomizepublic void randomize()
- 
clone- Overrides:
- clonein class- java.lang.Object
 
 
-