Package zombie.core.skinnedmodel
Class DeadBodyAtlas
java.lang.Object
zombie.core.skinnedmodel.DeadBodyAtlas
public class DeadBodyAtlas
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeadBodyAtlas.AtlasCharacter
static class
DeadBodyAtlas.RenderJob
-
Field Summary
Fields Modifier and Type Field Description static int
ENTRY_HGT
static int
ENTRY_WID
static DeadBodyAtlas
instance
-
Constructor Summary
Constructors Constructor Description DeadBodyAtlas()
-
Method Summary
Modifier and Type Method Description Texture
getBodyTexture(IsoDeadBody deadBody)
void
render()
void
renderUI()
void
toBodyAtlas(DeadBodyAtlas.RenderJob renderJob)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENTRY_WID
public static final int ENTRY_WID -
ENTRY_HGT
public static final int ENTRY_HGT -
instance
-
-
Constructor Details
-
DeadBodyAtlas
public DeadBodyAtlas()
-
-
Method Details
-
getBodyTexture
-
render
public void render() -
renderUI
public void renderUI() -
toBodyAtlas
-