Package zombie.iso
Class IsoMarkers.IsoMarker
java.lang.Object
zombie.iso.IsoMarkers.IsoMarker
- Enclosing class:
- IsoMarkers
public static final class IsoMarkers.IsoMarker
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description IsoMarker()
-
Method Summary
Modifier and Type Method Description void
addTempSquareObject(IsoObject object)
float
getA()
float
getAlpha()
float
getAlphaMax()
float
getAlphaMin()
float
getB()
float
getFadeSpeed()
float
getG()
int
getID()
float
getR()
IsoGridSquare
getSquare()
float
getX()
float
getY()
float
getZ()
boolean
hasTempSquareObject()
void
init(java.lang.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
isDoAlpha()
boolean
isRemoved()
void
remove()
void
removeTempSquareObjects()
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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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(java.lang.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)
-