Class Outfit
java.lang.Object
zombie.core.skinnedmodel.population.Outfit
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
final ArrayList
<ClothingItemReference> boolean
boolean
final Outfit.RandomData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
AddItem
(ClothingItemReference item) clone()
boolean
containsItemGuid
(String itemGuid) findHat()
findItemByGUID
(String itemGuid) GetMask()
getName()
boolean
isEmpty()
void
void
void
randomizeItem
(String itemGuid) 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
-
setModID
-
AddItem
-
Randomize
public void Randomize() -
randomizeItem
-
GetMask
-
containsItemGuid
-
findItemByGUID
-
clone
-
findHat
-
isEmpty
public boolean isEmpty() -
loadItems
public void loadItems() -
getName
-