Class ClothingItem

java.lang.Object
zombie.asset.Asset
zombie.core.skinnedmodel.population.ClothingItem

public final class ClothingItem extends Asset
  • Field Details

    • m_GUID

      public String m_GUID
    • m_MaleModel

      public String m_MaleModel
    • m_FemaleModel

      public String m_FemaleModel
    • m_Static

      public boolean m_Static
    • m_BaseTextures

      public ArrayList<String> m_BaseTextures
    • m_AttachBone

      public String m_AttachBone
    • m_Masks

      public ArrayList<Integer> m_Masks
    • m_MasksFolder

      public String m_MasksFolder
    • m_UnderlayMasksFolder

      public String m_UnderlayMasksFolder
    • textureChoices

      public ArrayList<String> textureChoices
    • m_AllowRandomHue

      public boolean m_AllowRandomHue
    • m_AllowRandomTint

      public boolean m_AllowRandomTint
    • m_DecalGroup

      public String m_DecalGroup
    • m_Shader

      public String m_Shader
    • m_HatCategory

      public String m_HatCategory
    • s_masksFolderDefault

      public static final String s_masksFolderDefault
      See Also:
    • m_Name

      public String m_Name
    • ASSET_TYPE

      public static final AssetType ASSET_TYPE
  • Constructor Details

  • Method Details

    • getBaseTextures

      public ArrayList<String> getBaseTextures()
    • getTextureChoices

      public ArrayList<String> getTextureChoices()
    • GetATexture

      public String GetATexture()
    • getAllowRandomHue

      public boolean getAllowRandomHue()
    • getAllowRandomTint

      public boolean getAllowRandomTint()
    • getDecalGroup

      public String getDecalGroup()
    • isHat

      public boolean isHat()
    • isMask

      public boolean isMask()
    • getCombinedMask

      public void getCombinedMask(CharacterMask in_out_mask)
    • hasModel

      public boolean hasModel()
    • getModel

      public String getModel(boolean female)
    • getFemaleModel

      public String getFemaleModel()
    • getMaleModel

      public String getMaleModel()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • tryGetCombinedMask

      public static void tryGetCombinedMask(ClothingItemReference itemRef, CharacterMask in_out_mask)
    • tryGetCombinedMask

      public static void tryGetCombinedMask(ClothingItem item, CharacterMask in_out_mask)
    • getType

      public AssetType getType()
      Specified by:
      getType in class Asset