Class WorldMapStyleV2
java.lang.Object
zombie.worldMap.styles.WorldMapStyleV1
zombie.worldMap.styles.WorldMapStyleV2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class zombie.worldMap.styles.WorldMapStyleV1
WorldMapStyleV1.WorldMapLineStyleLayerV1, WorldMapStyleV1.WorldMapPolygonStyleLayerV1, WorldMapStyleV1.WorldMapStyleLayerV1, WorldMapStyleV1.WorldMapTextureStyleLayerV1 -
Field Summary
Fields inherited from class zombie.worldMap.styles.WorldMapStyleV1
m_api, m_layers, m_style, m_ui -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewPyramidLayer(String string) newTextLayer(String string) static voidsetExposed(LuaManager.Exposer exposer) Methods inherited from class zombie.worldMap.styles.WorldMapStyleV1
clear, getLayerByIndex, getLayerByName, getLayerCount, indexOfLayer, moveLayer, newLineLayer, newPolygonLayer, newTextureLayer, removeLayerById, removeLayerByIndex
-
Constructor Details
-
WorldMapStyleV2
-
-
Method Details
-
newPyramidLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newPyramidLayer(String string) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
newTextLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newTextLayer(String string) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
setExposed
-