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 boolean
active
protected AttachedModels
attachedModels
boolean
bRemove
IsoGameCharacter
character
int
framesSinceStart
int
ID
ModelInstance
model
int
renderRefCount
java.util.ArrayList
sub
-
Constructor Summary
Constructors Constructor Description ModelSlot(int int1, ModelInstance modelInstance, IsoGameCharacter gameCharacter)
-
Method Summary
Modifier and Type Method Description boolean
isRendering()
void
reset()
void
Update()
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()
-