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 TypeMethodDescriptionvoid
WorldMapRenderer.Drawer.renderVisibleCells
(WorldMapStyleLayer worldMapStyleLayer) -
Uses of WorldMapStyleLayer in zombie.worldMap.styles
Subclasses of WorldMapStyleLayer in zombie.worldMap.stylesModifier and TypeClassDescriptionclass
class
class
final class
class
Methods 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 TypeMethodDescriptionvoid
WorldMapStyle.addLayer
(WorldMapStyleLayer worldMapStyleLayer) int
WorldMapStyle.indexOf
(WorldMapStyleLayer worldMapStyleLayer) void
WorldMapStyle.insertLayer
(int int0, WorldMapStyleLayer worldMapStyleLayer) void
WorldMapStyle.removeLayer
(WorldMapStyleLayer worldMapStyleLayer) void
WorldMapStyle.setLayerID
(WorldMapStyleLayer worldMapStyleLayer, String string)