Class ClothingItemXML

java.lang.Object
zombie.core.skinnedmodel.population.ClothingItemXML

public class ClothingItemXML extends Object
  • 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
  • Constructor Details

    • ClothingItemXML

      public ClothingItemXML()