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 styleLayer) -
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 ID) WorldMapStyle.getLayerByIndex(int index) WorldMapStyle.removeAt(int index) Methods in zombie.worldMap.styles with parameters of type WorldMapStyleLayerModifier and TypeMethodDescriptionvoidWorldMapStyle.addLayer(WorldMapStyleLayer layer) intWorldMapStyle.indexOf(WorldMapStyleLayer layer) voidWorldMapStyle.insertLayer(int index, WorldMapStyleLayer layer) voidWorldMapStyle.removeLayer(WorldMapStyleLayer layer) voidWorldMapStyle.setLayerID(WorldMapStyleLayer layer, String id)