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 intATLAS_SIZEstatic intENTRY_HGTstatic intENTRY_WIDstatic DeadBodyAtlasinstance -
Constructor Summary
Constructors Constructor Description DeadBodyAtlas() -
Method Summary
Modifier and Type Method Description voidcheckLights(Texture texture, IsoZombie zombie)voidcheckLights(Texture texture, IsoDeadBody deadBody)TexturegetBodyTexture(boolean boolean1, java.lang.String string, java.lang.String string2, IsoDirections directions, int int1, float float1)TexturegetBodyTexture(IsoZombie zombie)TexturegetBodyTexture(zombie.core.skinnedmodel.DeadBodyAtlas.BodyParams bodyParams)TexturegetBodyTexture(IsoDeadBody deadBody)TexturegetBodyTexture(IsoMannequin mannequin)voidlightingUpdate(int int1, boolean boolean1)voidrender()voidrenderDebug()voidrenderUI()voidReset()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()
-