Class ClothingDecals
java.lang.Object
zombie.core.skinnedmodel.population.ClothingDecals
public class ClothingDecals
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static ClothingDecals
instance
java.util.ArrayList
m_Groups
-
Constructor Summary
Constructors Constructor Description ClothingDecals()
-
Method Summary
Modifier and Type Method Description ClothingDecalGroup
FindGroup(java.lang.String string)
ClothingDecal
getDecal(java.lang.String string)
java.lang.String
getRandomDecal(java.lang.String string)
static void
init()
static ClothingDecals
parse(java.lang.String string)
static ClothingDecals
Parse(java.lang.String string)
static void
Reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_Groups
public final java.util.ArrayList m_Groups -
instance
-
-
Constructor Details
-
ClothingDecals
public ClothingDecals()
-
-
Method Details
-
init
public static void init() -
Reset
public static void Reset() -
Parse
-
parse
public static ClothingDecals parse(java.lang.String string) throws javax.xml.bind.JAXBException, java.io.IOException- Throws:
javax.xml.bind.JAXBException
java.io.IOException
-
getDecal
-
FindGroup
-
getRandomDecal
public java.lang.String getRandomDecal(java.lang.String string)
-