Package zombie.core.skinnedmodel
Class DeadBodyAtlas
java.lang.Object
zombie.core.skinnedmodel.DeadBodyAtlas
public final class DeadBodyAtlas
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
ATLAS_SIZE
static int
ENTRY_HGT
static int
ENTRY_WID
static DeadBodyAtlas
instance
-
Constructor Summary
Constructors Constructor Description DeadBodyAtlas()
-
Method Summary
Modifier and Type Method Description void
checkLights(Texture texture, IsoZombie zombie)
void
checkLights(Texture texture, IsoDeadBody deadBody)
Texture
getBodyTexture(boolean boolean1, java.lang.String string, java.lang.String string2, IsoDirections directions, int int1, float float1)
Texture
getBodyTexture(IsoZombie zombie)
Texture
getBodyTexture(zombie.core.skinnedmodel.DeadBodyAtlas.BodyParams bodyParams)
Texture
getBodyTexture(IsoDeadBody deadBody)
Texture
getBodyTexture(IsoMannequin mannequin)
void
lightingUpdate(int int1, boolean boolean1)
void
render()
void
renderDebug()
void
renderUI()
void
Reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ATLAS_SIZE
public static final int ATLAS_SIZE- See Also:
- Constant Field Values
-
ENTRY_WID
public static final int ENTRY_WID -
ENTRY_HGT
public static final int ENTRY_HGT -
instance
-
-
Constructor Details
-
DeadBodyAtlas
public DeadBodyAtlas()
-
-
Method Details
-
lightingUpdate
public void lightingUpdate(int int1, boolean boolean1) -
getBodyTexture
-
getBodyTexture
-
getBodyTexture
-
getBodyTexture
public Texture getBodyTexture(boolean boolean1, java.lang.String string, java.lang.String string2, IsoDirections directions, int int1, float float1) -
getBodyTexture
-
checkLights
-
checkLights
-
render
public void render() -
renderDebug
public void renderDebug() -
renderUI
public void renderUI() -
Reset
public void Reset()
-