Package zombie.iso

Class IsoMarkers

java.lang.Object
zombie.iso.IsoMarkers

public final class IsoMarkers extends Object
  • Field Details

    • instance

      public static final IsoMarkers instance
  • Method Details

    • init

      public void init()
    • reset

      public void reset()
    • update

      public void update()
    • removeIsoMarker

      public boolean removeIsoMarker(IsoMarkers.IsoMarker marker)
    • removeIsoMarker

      public boolean removeIsoMarker(int int1)
    • getIsoMarker

      public IsoMarkers.IsoMarker getIsoMarker(int int1)
    • addIsoMarker

      public IsoMarkers.IsoMarker addIsoMarker(String string, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, boolean boolean2)
    • addIsoMarker

      public IsoMarkers.IsoMarker addIsoMarker(KahluaTable kahluaTable, KahluaTable kahluaTable2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, boolean boolean2)
    • addIsoMarker

      public IsoMarkers.IsoMarker addIsoMarker(KahluaTable kahluaTable, KahluaTable kahluaTable2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, boolean boolean2, float float4, float float5, float float6)
    • renderIsoMarkers

      public void renderIsoMarkers(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2)
    • renderIsoMarkersDeferred

      public void renderIsoMarkersDeferred(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2)
    • renderIsoMarkersOnSquare

      public void renderIsoMarkersOnSquare(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2)
    • removeCircleIsoMarker

      public boolean removeCircleIsoMarker(IsoMarkers.CircleIsoMarker circleIsoMarker)
    • removeCircleIsoMarker

      public boolean removeCircleIsoMarker(int int1)
    • getCircleIsoMarker

      public IsoMarkers.CircleIsoMarker getCircleIsoMarker(int int1)
    • addCircleIsoMarker

      public IsoMarkers.CircleIsoMarker addCircleIsoMarker(IsoGridSquare square, float float1, float float2, float float3, float float4)
    • renderCircleIsoMarkers

      public void renderCircleIsoMarkers(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2)
    • render

      public void render()