Class WorldMarkers.DirectionArrow
java.lang.Object
zombie.iso.WorldMarkers.DirectionArrow
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getA()
float
getB()
float
getG()
int
getID()
float
getR()
float
float
Render width and height for the pointer texture.int
getX()
The target position on the map for this pointer.int
getY()
int
getZ()
boolean
isActive()
Active can be set to false, the pointer will remain but wont be drawn.boolean
void
remove()
When called will remove the pointer next tickvoid
setA
(float _a) void
setActive
(boolean _active) void
setB
(float _b) void
setG
(float _g) void
setR
(float _r) void
setRenderHeight
(float _renderHeight) void
setRenderWidth
(float _renderWidth) void
setRGBA
(float _r, float _g, float _b, float _a) void
setTexDown
(String texname) void
setTexStairsDown
(String texname) void
setTexStairsUp
(String texname) void
setTexture
(String texname) void
setX
(int _x) void
setY
(int _y) void
setZ
(int _z)
-
Field Details
-
doDebug
public static final boolean doDebug- See Also:
-
-
Constructor Details
-
DirectionArrow
public DirectionArrow(int var2)
-
-
Method Details
-
setTexture
-
setTexDown
-
setTexStairsDown
-
setTexStairsUp
-
remove
public void remove()When called will remove the pointer next tick -
isRemoved
public boolean isRemoved() -
isActive
public boolean isActive()Active can be set to false, the pointer will remain but wont be drawn. -
setActive
public void setActive(boolean _active) -
getR
public float getR() -
setR
public void setR(float _r) -
getB
public float getB() -
setB
public void setB(float _b) -
getG
public float getG() -
setG
public void setG(float _g) -
getA
public float getA() -
setA
public void setA(float _a) -
setRGBA
public void setRGBA(float _r, float _g, float _b, float _a) -
getID
public int getID() -
getX
public int getX()The target position on the map for this pointer. -
setX
public void setX(int _x) -
getY
public int getY() -
setY
public void setY(int _y) -
getZ
public int getZ() -
setZ
public void setZ(int _z) -
getRenderWidth
public float getRenderWidth()Render width and height for the pointer texture. -
setRenderWidth
public void setRenderWidth(float _renderWidth) -
getRenderHeight
public float getRenderHeight() -
setRenderHeight
public void setRenderHeight(float _renderHeight)
-