Class WorldMarkers.GridSquareMarker
java.lang.Object
zombie.iso.WorldMarkers.GridSquareMarker
- Enclosing class:
WorldMarkers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getA()
float
getAlpha()
float
float
float
getB()
float
float
getG()
int
getID()
float
float
float
float
getR()
float
getSize()
float
getX()
float
getY()
float
getZ()
void
boolean
isActive()
boolean
boolean
If blink set uses Core.blinkAlpha, this takes precedence over other alpha settings.boolean
boolean
void
remove()
void
setA
(float _a) void
setActive
(boolean _active) void
setAlpha
(float _alpha) void
setAlphaMax
(float _alphaMax) void
setAlphaMin
(float _alphaMin) void
setB
(float _b) void
setDoAlpha
(boolean _doAlpha) void
setDoBlink
(boolean _doBlink) void
setFadeSpeed
(float _fadeSpeed) void
setG
(float _g) void
setPos
(int _x, int _y, int _z) void
setPosAndSize
(int _x, int _y, int _z, float _size) void
setR
(float _r) void
setScaleCircleTexture
(boolean bScale) void
setSize
(float _size)
-
Constructor Details
-
GridSquareMarker
public GridSquareMarker()
-
-
Method Details
-
getID
public int getID() -
remove
public void remove() -
isRemoved
public boolean isRemoved() -
init
-
setPosAndSize
public void setPosAndSize(int _x, int _y, int _z, float _size) -
setPos
public void setPos(int _x, int _y, int _z) -
setSize
public void setSize(float _size) -
isActive
public boolean isActive() -
setActive
public void setActive(boolean _active) -
getSize
public float getSize() -
getX
public float getX() -
getY
public float getY() -
getZ
public float getZ() -
getR
public float getR() -
setR
public void setR(float _r) -
getG
public float getG() -
setG
public void setG(float _g) -
getB
public float getB() -
setB
public void setB(float _b) -
getA
public float getA() -
setA
public void setA(float _a) -
getAlpha
public float getAlpha() -
setAlpha
public void setAlpha(float _alpha) -
getAlphaMax
public float getAlphaMax() -
setAlphaMax
public void setAlphaMax(float _alphaMax) -
getAlphaMin
public float getAlphaMin() -
setAlphaMin
public void setAlphaMin(float _alphaMin) -
isDoAlpha
public boolean isDoAlpha() -
setDoAlpha
public void setDoAlpha(boolean _doAlpha) -
getFadeSpeed
public float getFadeSpeed() -
setFadeSpeed
public void setFadeSpeed(float _fadeSpeed) -
isDoBlink
public boolean isDoBlink()If blink set uses Core.blinkAlpha, this takes precedence over other alpha settings. -
setDoBlink
public void setDoBlink(boolean _doBlink) -
isScaleCircleTexture
public boolean isScaleCircleTexture() -
setScaleCircleTexture
public void setScaleCircleTexture(boolean bScale) -
getOriginalX
public float getOriginalX() -
getOriginalY
public float getOriginalY() -
getOriginalZ
public float getOriginalZ() -
getTextureName
-
getOverlayTextureName
-