Package zombie.worldMap.markers
Class WorldMapMarkersV1
java.lang.Object
zombie.worldMap.markers.WorldMapMarkersV1
public class WorldMapMarkersV1
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorldMapMarkersV1.WorldMapGridSquareMarkerV1
static class
WorldMapMarkersV1.WorldMapMarkerV1
-
Constructor Summary
Constructors Constructor Description WorldMapMarkersV1(UIWorldMap uIWorldMap)
-
Method Summary
Modifier and Type Method Description WorldMapMarkersV1.WorldMapGridSquareMarkerV1
addGridSquareMarker(int int1, int int2, int int3, float float1, float float2, float float3, float float4)
void
clear()
void
removeMarker(WorldMapMarkersV1.WorldMapMarkerV1 worldMapMarkerV1)
static void
setExposed(LuaManager.Exposer exposer)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WorldMapMarkersV1
-
-
Method Details
-
addGridSquareMarker
public WorldMapMarkersV1.WorldMapGridSquareMarkerV1 addGridSquareMarker(int int1, int int2, int int3, float float1, float float2, float float3, float float4) -
removeMarker
-
clear
public void clear() -
setExposed
-