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.Stringm_beardNamejava.lang.Stringm_femaleHairNameImmutableColorm_hairColorbooleanm_hasTopbooleanm_hasTShirtbooleanm_hasTShirtDecaljava.lang.Stringm_maleHairNamefloatm_pantsHuejava.lang.Stringm_pantsTextureImmutableColorm_pantsTintjava.lang.Stringm_topTextureImmutableColorm_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()
-