Package zombie.core.skinnedmodel
Class DeadBodyAtlas.RenderJob
java.lang.Object
zombie.core.skinnedmodel.DeadBodyAtlas.RenderJob
- Enclosing class:
- DeadBodyAtlas
public static class DeadBodyAtlas.RenderJob
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description IsoDeadBody
body
int
done
zombie.core.skinnedmodel.DeadBodyAtlas.AtlasEntry
entry
IsoGameCharacter
modelChr
-
Constructor Summary
Constructors Constructor Description RenderJob()
-
Method Summary
Modifier and Type Method Description static DeadBodyAtlas.RenderJob
getNew()
DeadBodyAtlas.RenderJob
init(IsoDeadBody deadBody, zombie.core.skinnedmodel.DeadBodyAtlas.AtlasEntry atlasEntry)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
body
-
entry
public zombie.core.skinnedmodel.DeadBodyAtlas.AtlasEntry entry -
modelChr
-
done
public int done
-
-
Constructor Details
-
RenderJob
public RenderJob()
-
-
Method Details
-
getNew
-
init
public DeadBodyAtlas.RenderJob init(IsoDeadBody deadBody, zombie.core.skinnedmodel.DeadBodyAtlas.AtlasEntry atlasEntry)
-