Uses of Class
zombie.worldMap.styles.WorldMapStyleLayer
Packages that use WorldMapStyleLayer
-
Uses of WorldMapStyleLayer in zombie.worldMap
Methods in zombie.worldMap with parameters of type WorldMapStyleLayerModifier and TypeMethodDescriptionvoidWorldMapRenderer.Drawer.renderVisibleCells(WorldMapStyleLayer worldMapStyleLayer) -
Uses of WorldMapStyleLayer in zombie.worldMap.styles
Subclasses of WorldMapStyleLayer in zombie.worldMap.stylesModifier and TypeClassDescriptionclassclassclassfinal classclassMethods in zombie.worldMap.styles that return WorldMapStyleLayerModifier and TypeMethodDescriptionWorldMapStyle.getLayerByID(String string) WorldMapStyle.getLayerByIndex(int int0) WorldMapStyle.removeAt(int int0) Methods in zombie.worldMap.styles with parameters of type WorldMapStyleLayerModifier and TypeMethodDescriptionvoidWorldMapStyle.addLayer(WorldMapStyleLayer worldMapStyleLayer) intWorldMapStyle.indexOf(WorldMapStyleLayer worldMapStyleLayer) voidWorldMapStyle.insertLayer(int int0, WorldMapStyleLayer worldMapStyleLayer) voidWorldMapStyle.removeLayer(WorldMapStyleLayer worldMapStyleLayer) voidWorldMapStyle.setLayerID(WorldMapStyleLayer worldMapStyleLayer, String string)