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 class
ClothingItemReference.RandomData
-
Field Summary
Fields Modifier and Type Field Description boolean
bRandomized
java.lang.String
itemGUID
boolean
m_Immutable
float
probability
ClothingItemReference.RandomData
RandomData
java.util.ArrayList
subItems
-
Constructor Summary
Constructors Constructor Description ClothingItemReference()
-
Method Summary
Modifier and Type Method Description ClothingItemReference
clone()
ClothingItem
getClothingItem()
void
randomize()
void
setModID(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:
clone
in classjava.lang.Object
-