Class IsoMarkers.IsoMarker
java.lang.Object
zombie.iso.IsoMarkers.IsoMarker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getA()
float
getB()
float
float
getG()
int
getID()
float
getR()
float
getX()
float
getY()
float
getZ()
void
init
(String string, int int0, int int1, int int2, IsoGridSquare squarex) void
init
(se.krka.kahlua.vm.KahluaTable table, int int1, int int2, int int3, IsoGridSquare squarex) void
init
(InventoryItem itemx, int int0, int int1, int int2, IsoGridSquare squarex) boolean
isActive()
boolean
void
remove()
void
setA
(float _a) void
setActive
(boolean _active) void
setAlpha
(float alpha) void
setB
(float _b) void
setCircleSize
(float float0) void
setColor
(float float0, float float1, float float2, float float3) void
setG
(float _g) void
setPos
(int _x, int _y, int _z) void
setR
(float _r) void
setRotation
(float float0) void
setSquare
(IsoGridSquare _square)
-
Constructor Details
-
IsoMarker
public IsoMarker()
-
-
Method Details
-
getID
public int getID() -
remove
public void remove() -
isRemoved
public boolean isRemoved() -
init
public void init(se.krka.kahlua.vm.KahluaTable table, int int1, int int2, int int3, IsoGridSquare squarex) -
init
-
init
-
getX
public float getX() -
getY
public float getY() -
getZ
public float getZ() -
getR
public float getR() -
getG
public float getG() -
getB
public float getB() -
getA
public float getA() -
setR
public void setR(float _r) -
setG
public void setG(float _g) -
setB
public void setB(float _b) -
setA
public void setA(float _a) -
setAlpha
public void setAlpha(float alpha) -
getSquare
-
setSquare
-
setPos
public void setPos(int _x, int _y, int _z) -
isActive
public boolean isActive() -
setActive
public void setActive(boolean _active) -
setRotation
public void setRotation(float float0) -
getCircleSize
public float getCircleSize() -
setCircleSize
public void setCircleSize(float float0) -
setColor
public void setColor(float float0, float float1, float float2, float float3)
-