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 classWorldMapMarkersV1.WorldMapGridSquareMarkerV1static classWorldMapMarkersV1.WorldMapMarkerV1 -
Constructor Summary
Constructors Constructor Description WorldMapMarkersV1(UIWorldMap uIWorldMap) -
Method Summary
Modifier and Type Method Description WorldMapMarkersV1.WorldMapGridSquareMarkerV1addGridSquareMarker(int int1, int int2, int int3, float float1, float float2, float float3, float float4)voidclear()voidremoveMarker(WorldMapMarkersV1.WorldMapMarkerV1 worldMapMarkerV1)static voidsetExposed(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
-