Package zombie.iso
Class IsoMarkers
java.lang.Object
zombie.iso.IsoMarkers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
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) voidinit()booleanremoveCircleIsoMarker(int int1) booleanremoveCircleIsoMarker(IsoMarkers.CircleIsoMarker circleIsoMarker) booleanremoveIsoMarker(int int1) booleanremoveIsoMarker(IsoMarkers.IsoMarker marker) voidrender()voidrenderCircleIsoMarkers(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) voidrenderIsoMarkers(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) voidrenderIsoMarkersDeferred(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) voidrenderIsoMarkersOnSquare(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) voidreset()voidupdate()
-
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()
-