Class WorldMapStyleV1

java.lang.Object
zombie.worldMap.styles.WorldMapStyleV1

public class WorldMapStyleV1
extends java.lang.Object
  • Field Details

  • Constructor Details

    • WorldMapStyleV1

      public WorldMapStyleV1​(UIWorldMap uIWorldMap)
  • Method Details

    • newLineLayer

      public WorldMapStyleV1.WorldMapStyleLayerV1 newLineLayer​(java.lang.String string) throws java.lang.IllegalArgumentException
      Throws:
      java.lang.IllegalArgumentException
    • newPolygonLayer

      public WorldMapStyleV1.WorldMapStyleLayerV1 newPolygonLayer​(java.lang.String string) throws java.lang.IllegalArgumentException
      Throws:
      java.lang.IllegalArgumentException
    • newTextureLayer

      public WorldMapStyleV1.WorldMapStyleLayerV1 newTextureLayer​(java.lang.String string) throws java.lang.IllegalArgumentException
      Throws:
      java.lang.IllegalArgumentException
    • getLayerCount

      public int getLayerCount()
    • getLayerByIndex

      public WorldMapStyleV1.WorldMapStyleLayerV1 getLayerByIndex​(int int1)
    • getLayerByName

      public WorldMapStyleV1.WorldMapStyleLayerV1 getLayerByName​(java.lang.String string)
    • indexOfLayer

      public int indexOfLayer​(java.lang.String string)
    • moveLayer

      public void moveLayer​(int int1, int int2)
    • removeLayerById

      public void removeLayerById​(java.lang.String string)
    • removeLayerByIndex

      public void removeLayerByIndex​(int int1)
    • clear

      public void clear()
    • setExposed

      public static void setExposed​(LuaManager.Exposer exposer)