Package zombie.iso.sprite
Class IsoDirectionFrame
java.lang.Object
zombie.iso.sprite.IsoDirectionFrame
public class IsoDirectionFrame
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description Texture[]
directions
-
Constructor Summary
Constructors Constructor Description IsoDirectionFrame()
IsoDirectionFrame(Texture texture)
IsoDirectionFrame(Texture texture, Texture texture2, Texture texture3, Texture texture4)
IsoDirectionFrame(Texture texture, Texture texture2, Texture texture3, Texture texture4, Texture texture5)
IsoDirectionFrame(Texture texture, Texture texture2, Texture texture3, Texture texture4, Texture texture5, Texture texture6, Texture texture7, Texture texture8)
-
Method Summary
Modifier and Type Method Description Texture
getTexture(IsoDirections directions)
void
render(float float1, float float2, IsoDirections directions, ColorInfo colorInfo, boolean boolean1, float float3)
void
renderexplicit(int int1, int int2, IsoDirections directions, float float1)
void
renderexplicit(int int1, int int2, IsoDirections directions, float float1, ColorInfo colorInfo)
void
SetAllDirections(Texture texture)
void
SetDirection(Texture texture, IsoDirections directions)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
directions
-
-
Constructor Details
-
IsoDirectionFrame
-
IsoDirectionFrame
public IsoDirectionFrame() -
IsoDirectionFrame
-
IsoDirectionFrame
-
IsoDirectionFrame
-
-
Method Details
-
getTexture
-
SetAllDirections
-
SetDirection
-
render
public void render(float float1, float float2, IsoDirections directions, ColorInfo colorInfo, boolean boolean1, float float3) -
renderexplicit
-
renderexplicit
public void renderexplicit(int int1, int int2, IsoDirections directions, float float1, ColorInfo colorInfo)
-