Class ClothingItem

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

public final class ClothingItem extends Asset
  • Field Details

    • guid

      public String guid
    • maleModel

      public String maleModel
    • femaleModel

      public String femaleModel
    • altMaleModel

      public String altMaleModel
    • altFemaleModel

      public String altFemaleModel
    • isStatic

      public boolean isStatic
    • baseTextures

      public ArrayList<String> baseTextures
    • attachBone

      public String attachBone
    • masks

      public ArrayList<Integer> masks
    • masksFolder

      public String masksFolder
    • underlayMasksFolder

      public String underlayMasksFolder
    • textureChoices

      public ArrayList<String> textureChoices
    • allowRandomHue

      public boolean allowRandomHue
    • allowRandomTint

      public boolean allowRandomTint
    • decalGroup

      public String decalGroup
    • shader

      public String shader
    • hatCategory

      public String hatCategory
    • spawnWith

      public ArrayList<String> spawnWith
    • s_masksFolderDefault

      public static final String s_masksFolderDefault
      See Also:
    • mame

      public String mame
    • 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()
    • getSpawnWith

      public ArrayList<String> getSpawnWith()
    • 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)
    • getAltModel

      public String getAltModel(boolean female)
    • getFemaleModel

      public String getFemaleModel()
    • getMaleModel

      public String getMaleModel()
    • getAltFemaleModel

      public String getAltFemaleModel()
    • getAltMaleModel

      public String getAltMaleModel()
    • 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