Class Outfit
java.lang.Object
zombie.core.skinnedmodel.population.Outfit
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
final ArrayList
boolean
final ArrayList
boolean
final ArrayList
final Outfit.RandomData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
AddItem
(ClothingItemReference clothingItemReference) clone()
boolean
containsItemGuid
(String string) findHat()
findItemByGUID
(String string) GetMask()
boolean
isEmpty()
void
void
void
randomizeItem
(String string) void
-
Field Details
-
m_Name
-
m_Top
public boolean m_Top -
m_Pants
public boolean m_Pants -
m_TopTextures
-
m_PantsTextures
-
m_items
-
m_AllowPantsHue
public boolean m_AllowPantsHue -
m_AllowPantsTint
public boolean m_AllowPantsTint -
m_AllowTopTint
public boolean m_AllowTopTint -
m_AllowTShirtDecal
public boolean m_AllowTShirtDecal -
m_modID
-
m_Immutable
public boolean m_Immutable -
RandomData
-
-
Constructor Details
-
Outfit
public Outfit()
-
-
Method Details