Package zombie.iso
Class IsoMarkers
java.lang.Object
zombie.iso.IsoMarkers
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddCircleIsoMarker
(IsoGridSquare square, float float1, float float2, float float3, float float4) addIsoMarker
(String string, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, boolean boolean2) addIsoMarker
(KahluaTable kahluaTable, KahluaTable kahluaTable2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, boolean boolean2) addIsoMarker
(KahluaTable kahluaTable, KahluaTable kahluaTable2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, boolean boolean2, float float4, float float5, float float6) getCircleIsoMarker
(int int1) getIsoMarker
(int int1) void
init()
boolean
removeCircleIsoMarker
(int int1) boolean
removeCircleIsoMarker
(IsoMarkers.CircleIsoMarker circleIsoMarker) boolean
removeIsoMarker
(int int1) boolean
removeIsoMarker
(IsoMarkers.IsoMarker marker) void
render()
void
renderCircleIsoMarkers
(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) void
renderIsoMarkers
(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) void
renderIsoMarkersDeferred
(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) void
renderIsoMarkersOnSquare
(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) void
reset()
void
update()
-
Field Details
-
instance
-
-
Method Details
-
init
public void init() -
reset
public void reset() -
update
public void update() -
removeIsoMarker
-
removeIsoMarker
public boolean removeIsoMarker(int int1) -
getIsoMarker
-
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
-
renderIsoMarkersDeferred
-
renderIsoMarkersOnSquare
-
removeCircleIsoMarker
-
removeCircleIsoMarker
public boolean removeCircleIsoMarker(int int1) -
getCircleIsoMarker
-
addCircleIsoMarker
public IsoMarkers.CircleIsoMarker addCircleIsoMarker(IsoGridSquare square, float float1, float float2, float float3, float float4) -
renderCircleIsoMarkers
-
render
public void render()
-