Class Outfit.RandomData
java.lang.Object
zombie.core.skinnedmodel.population.Outfit.RandomData
- Enclosing class:
- Outfit
public static class Outfit.RandomData
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
m_beardName
java.lang.String
m_femaleHairName
ImmutableColor
m_hairColor
boolean
m_hasTop
boolean
m_hasTShirt
boolean
m_hasTShirtDecal
java.lang.String
m_maleHairName
float
m_pantsHue
java.lang.String
m_pantsTexture
ImmutableColor
m_pantsTint
java.lang.String
m_topTexture
ImmutableColor
m_topTint
-
Constructor Summary
Constructors Constructor Description RandomData()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_hairColor
-
m_maleHairName
public java.lang.String m_maleHairName -
m_femaleHairName
public java.lang.String m_femaleHairName -
m_beardName
public java.lang.String m_beardName -
m_topTint
-
m_pantsTint
-
m_pantsHue
public float m_pantsHue -
m_hasTop
public boolean m_hasTop -
m_hasTShirt
public boolean m_hasTShirt -
m_hasTShirtDecal
public boolean m_hasTShirtDecal -
m_topTexture
public java.lang.String m_topTexture -
m_pantsTexture
public java.lang.String m_pantsTexture
-
-
Constructor Details
-
RandomData
public RandomData()
-