Package zombie.core.skinnedmodel
Class ModelManager.ModelSlot
java.lang.Object
zombie.core.skinnedmodel.ModelManager.ModelSlot
- Enclosing class:
- ModelManager
public static class ModelManager.ModelSlot
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description booleanactiveprotected AttachedModelsattachedModelsbooleanbRemoveIsoGameCharactercharacterintframesSinceStartintIDModelInstancemodelintrenderRefCountjava.util.ArrayListsub -
Constructor Summary
Constructors Constructor Description ModelSlot(int int1, ModelInstance modelInstance, IsoGameCharacter gameCharacter) -
Method Summary
Modifier and Type Method Description booleanisRendering()voidreset()voidUpdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ID
public int ID -
model
-
character
-
sub
public final java.util.ArrayList sub -
attachedModels
-
active
public boolean active -
bRemove
public boolean bRemove -
renderRefCount
public int renderRefCount -
framesSinceStart
public int framesSinceStart
-
-
Constructor Details
-
ModelSlot
-
-
Method Details
-
Update
public void Update() -
isRendering
public boolean isRendering() -
reset
public void reset()
-