Uses of Class
zombie.worldMap.styles.WorldMapStyleLayer
Packages that use WorldMapStyleLayer
-
Uses of WorldMapStyleLayer in zombie.worldMap.styles
Subclasses of WorldMapStyleLayer in zombie.worldMap.stylesModifier and TypeClassDescriptionclass
class
class
class
Methods in zombie.worldMap.styles that return WorldMapStyleLayerModifier and TypeMethodDescriptionWorldMapStyle.getLayerByIndex
(int int0) WorldMapStyle.removeAt
(int int0) Methods in zombie.worldMap.styles with parameters of type WorldMapStyleLayerModifier and TypeMethodDescriptionvoid
WorldMapStyle.addLayer
(WorldMapStyleLayer worldMapStyleLayer) int
WorldMapStyle.indexOf
(WorldMapStyleLayer worldMapStyleLayer) void
WorldMapStyle.insertLayer
(int int0, WorldMapStyleLayer worldMapStyleLayer) void
WorldMapStyle.removeLayer
(WorldMapStyleLayer worldMapStyleLayer)