Class Outfit

java.lang.Object
zombie.core.skinnedmodel.population.Outfit
All Implemented Interfaces:
java.lang.Cloneable

public class Outfit
extends java.lang.Object
implements java.lang.Cloneable
  • Field Details

    • m_Name

      public java.lang.String m_Name
    • m_Top

      public boolean m_Top
    • m_Pants

      public boolean m_Pants
    • m_TopTextures

      public final java.util.ArrayList m_TopTextures
    • m_PantsTextures

      public final java.util.ArrayList m_PantsTextures
    • m_items

      public final java.util.ArrayList 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

      public java.lang.String m_modID
    • m_Immutable

      public boolean m_Immutable
    • RandomData

      public final Outfit.RandomData RandomData
  • Constructor Details

    • Outfit

      public Outfit()
  • Method Details

    • setModID

      public void setModID​(java.lang.String string)
    • AddItem

      public void AddItem​(ClothingItemReference clothingItemReference)
    • Randomize

      public void Randomize()
    • randomizeItem

      public void randomizeItem​(java.lang.String string)
    • GetMask

      public CharacterMask GetMask()
    • containsItemGuid

      public boolean containsItemGuid​(java.lang.String string)
    • findItemByGUID

      public ClothingItemReference findItemByGUID​(java.lang.String string)
    • clone

      public Outfit clone()
      Overrides:
      clone in class java.lang.Object
    • findHat

      public ClothingItemReference findHat()
    • isEmpty

      public boolean isEmpty()
    • loadItems

      public void loadItems()