Class Outfit
java.lang.Object
zombie.core.skinnedmodel.population.Outfit
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanfinal ArrayListbooleanfinal ArrayListbooleanfinal ArrayListfinal Outfit.RandomData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAddItem(ClothingItemReference clothingItemReference) clone()booleancontainsItemGuid(String string) findHat()findItemByGUID(String string) GetMask()booleanisEmpty()voidvoidvoidrandomizeItem(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