Package zombie.iso

Class WorldMarkers

java.lang.Object
zombie.iso.WorldMarkers

public final class WorldMarkers extends Object
  • Field Details

  • Method Details

    • init

      public void init()
    • reset

      public void reset()
    • getHomingPoint

      public WorldMarkers.PlayerHomingPoint getHomingPoint(int int1)
    • addPlayerHomingPoint

      public WorldMarkers.PlayerHomingPoint addPlayerHomingPoint(IsoPlayer player, int int1, int int2)
    • addPlayerHomingPoint

      public WorldMarkers.PlayerHomingPoint addPlayerHomingPoint(IsoPlayer player, int int1, int int2, float float1, float float2, float float3, float float4)
    • addPlayerHomingPoint

      public WorldMarkers.PlayerHomingPoint addPlayerHomingPoint(IsoPlayer player, int int1, int int2, String string, float float1, float float2, float float3, float float4, boolean boolean1, int int3)
    • removeHomingPoint

      public boolean removeHomingPoint(WorldMarkers.PlayerHomingPoint playerHomingPoint)
    • removeHomingPoint

      public boolean removeHomingPoint(int int1)
    • removePlayerHomingPoint

      public boolean removePlayerHomingPoint(IsoPlayer player, WorldMarkers.PlayerHomingPoint playerHomingPoint)
    • removePlayerHomingPoint

      public boolean removePlayerHomingPoint(IsoPlayer player, int int1)
    • removeAllHomingPoints

      public void removeAllHomingPoints(IsoPlayer player)
    • getDirectionArrow

      public WorldMarkers.DirectionArrow getDirectionArrow(int int1)
    • addDirectionArrow

      public WorldMarkers.DirectionArrow addDirectionArrow(IsoPlayer player, int int1, int int2, int int3, String string, float float1, float float2, float float3, float float4)
    • removeDirectionArrow

      public boolean removeDirectionArrow(WorldMarkers.DirectionArrow directionArrow)
    • removeDirectionArrow

      public boolean removeDirectionArrow(int int1)
    • removePlayerDirectionArrow

      public boolean removePlayerDirectionArrow(IsoPlayer player, WorldMarkers.DirectionArrow directionArrow)
    • removePlayerDirectionArrow

      public boolean removePlayerDirectionArrow(IsoPlayer player, int int1)
    • removeAllDirectionArrows

      public void removeAllDirectionArrows(IsoPlayer player)
    • update

      public void update()
    • removeGridSquareMarker

      public boolean removeGridSquareMarker(WorldMarkers.GridSquareMarker gridSquareMarker)
    • removeGridSquareMarker

      public boolean removeGridSquareMarker(int int1)
    • getGridSquareMarker

      public WorldMarkers.GridSquareMarker getGridSquareMarker(int int1)
    • addGridSquareMarker

      public WorldMarkers.GridSquareMarker addGridSquareMarker(IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4)
    • addGridSquareMarker

      public WorldMarkers.GridSquareMarker addGridSquareMarker(String string, String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4)
    • addGridSquareMarker

      public WorldMarkers.GridSquareMarker addGridSquareMarker(String string, String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4, float float5, float float6, float float7)
    • renderGridSquareMarkers

      public void renderGridSquareMarkers(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2)
    • debugRender

      public void debugRender()
    • render

      public void render()
    • renderHomingPoint

      public void renderHomingPoint()
    • renderDirectionArrow

      public void renderDirectionArrow(boolean boolean1)
    • intersectLineSegments

      public static boolean intersectLineSegments(zombie.iso.WorldMarkers.Line line, zombie.iso.WorldMarkers.Line line2, zombie.iso.WorldMarkers.Point point)