Package zombie.iso
Class IsoMarkers.IsoMarker
java.lang.Object
zombie.iso.IsoMarkers.IsoMarker
- Enclosing class:
- IsoMarkers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTempSquareObject
(IsoObject object) float
getA()
float
getAlpha()
float
float
float
getB()
float
float
getG()
int
getID()
float
getR()
float
getX()
float
getY()
float
getZ()
boolean
void
init
(String string, int int1, int int2, int int3, IsoGridSquare square, boolean boolean1) void
init
(KahluaTable kahluaTable, KahluaTable kahluaTable2, int int1, int int2, int int3, IsoGridSquare square) void
init
(KahluaTable kahluaTable, KahluaTable kahluaTable2, int int1, int int2, int int3, IsoGridSquare square, boolean boolean1) boolean
isActive()
boolean
boolean
void
remove()
void
void
setA
(float float1) void
setActive
(boolean boolean1) void
setAlpha
(float float1) void
setAlphaMax
(float float1) void
setAlphaMin
(float float1) void
setB
(float float1) void
setDoAlpha
(boolean boolean1) void
setFadeSpeed
(float float1) void
setG
(float float1) void
setPos
(int int1, int int2, int int3) void
setR
(float float1) 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(KahluaTable kahluaTable, KahluaTable kahluaTable2, int int1, int int2, int int3, IsoGridSquare square) -
init
public void init(KahluaTable kahluaTable, KahluaTable kahluaTable2, int int1, int int2, int int3, IsoGridSquare square, boolean boolean1) -
init
public void init(String string, int int1, int int2, int int3, IsoGridSquare square, boolean boolean1) -
hasTempSquareObject
public boolean hasTempSquareObject() -
addTempSquareObject
-
removeTempSquareObjects
public void removeTempSquareObjects() -
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 float1) -
setG
public void setG(float float1) -
setB
public void setB(float float1) -
setA
public void setA(float float1) -
getAlpha
public float getAlpha() -
setAlpha
public void setAlpha(float float1) -
getAlphaMax
public float getAlphaMax() -
setAlphaMax
public void setAlphaMax(float float1) -
getAlphaMin
public float getAlphaMin() -
setAlphaMin
public void setAlphaMin(float float1) -
isDoAlpha
public boolean isDoAlpha() -
setDoAlpha
public void setDoAlpha(boolean boolean1) -
getFadeSpeed
public float getFadeSpeed() -
setFadeSpeed
public void setFadeSpeed(float float1) -
getSquare
-
setSquare
-
setPos
public void setPos(int int1, int int2, int int3) -
isActive
public boolean isActive() -
setActive
public void setActive(boolean boolean1)
-