Package zombie.worldMap.markers
Class WorldMapMarkers
java.lang.Object
zombie.worldMap.markers.WorldMapMarkers
public final class WorldMapMarkers
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description WorldMapMarkers()
-
Method Summary
Modifier and Type Method Description WorldMapGridSquareMarker
addGridSquareMarker(int int1, int int2, int int3, float float1, float float2, float float3, float float4)
void
clear()
void
removeMarker(WorldMapMarker worldMapMarker)
void
render(UIWorldMap uIWorldMap)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WorldMapMarkers
public WorldMapMarkers()
-
-
Method Details
-
addGridSquareMarker
public WorldMapGridSquareMarker addGridSquareMarker(int int1, int int2, int int3, float float1, float float2, float float3, float float4) -
removeMarker
-
clear
public void clear() -
render
-