Package zombie.worldMap.styles
Class WorldMapStyleV1
java.lang.Object
zombie.worldMap.styles.WorldMapStyleV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getLayerByIndex(int int1) getLayerByName(String string) intintindexOfLayer(String string) voidmoveLayer(int int1, int int2) newLineLayer(String string) newPolygonLayer(String string) newTextureLayer(String string) voidremoveLayerById(String string) voidremoveLayerByIndex(int int1) static voidsetExposed(LuaManager.Exposer exposer)
-
Field Details
-
m_ui
-
m_api
-
m_style
-
m_layers
-
-
Constructor Details
-
WorldMapStyleV1
-
-
Method Details
-
newLineLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newLineLayer(String string) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
newPolygonLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newPolygonLayer(String string) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
newTextureLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newTextureLayer(String string) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
getLayerCount
public int getLayerCount() -
getLayerByIndex
-
getLayerByName
-
indexOfLayer
-
moveLayer
public void moveLayer(int int1, int int2) -
removeLayerById
-
removeLayerByIndex
public void removeLayerByIndex(int int1) -
clear
public void clear() -
setExposed
-