Class ClothingItemReference

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

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

    • probability

      public float probability
    • itemGUID

      public java.lang.String itemGUID
    • subItems

      public java.util.ArrayList subItems
    • bRandomized

      public boolean bRandomized
    • m_Immutable

      public boolean m_Immutable
    • RandomData

      public final ClothingItemReference.RandomData RandomData
  • Constructor Details

    • ClothingItemReference

      public ClothingItemReference()
  • Method Details

    • setModID

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

      public ClothingItem getClothingItem()
    • randomize

      public void randomize()
    • clone

      public ClothingItemReference clone()
      Overrides:
      clone in class java.lang.Object