Package zombie.iso

Class WorldMarkers.DirectionArrow

java.lang.Object
zombie.iso.WorldMarkers.DirectionArrow
Enclosing class:
WorldMarkers

public class WorldMarkers.DirectionArrow extends Object
  • Field Details

  • Constructor Details

    • DirectionArrow

      public DirectionArrow(int plrIndex)
  • Method Details

    • setTexture

      public void setTexture(String texname)
    • setTexDown

      public void setTexDown(String texname)
    • setTexStairsDown

      public void setTexStairsDown(String texname)
    • setTexStairsUp

      public void setTexStairsUp(String texname)
    • 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)