Class Outfit

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

public class Outfit extends Object implements Cloneable
  • Field Details

    • m_Name

      public String m_Name
    • m_Top

      public boolean m_Top
    • m_Pants

      public boolean m_Pants
    • m_TopTextures

      public final ArrayList<String> m_TopTextures
    • m_PantsTextures

      public final ArrayList<String> m_PantsTextures
    • m_items

      public final ArrayList<ClothingItemReference> 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 String m_modID
    • m_Immutable

      public boolean m_Immutable
    • RandomData

      public final Outfit.RandomData RandomData
  • Constructor Details

    • Outfit

      public Outfit()
  • Method Details