Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

M

main - Variable in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
 
main(String[]) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
 
mainColor - Variable in class io.github.bananapuncher714.cartographer.core.map.process.ChunkData
 
mainHand - Variable in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererActivateEvent
 
mainhand - Variable in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
 
MANAGER_MINIMAP_DELETING - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MINIMAP_LOADING - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MINIMAP_UNLOADING - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MODULE_DISABLING - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MODULE_ENABLING - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MODULE_LOADING - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MODULE_MISSING_DEPENDENCIES - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MODULE_RELOAD_FINISH - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MODULE_RELOAD_START - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MANAGER_MODULE_UNLOADING - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
map - Variable in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkProcessedEvent
 
map - Variable in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapEvent
 
map - Variable in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
 
map - Variable in class io.github.bananapuncher714.cartographer.core.renderer.RenderInfo
 
mapBug() - Method in interface io.github.bananapuncher714.cartographer.core.api.PacketHandler
Check if the Minecraft version contains freezing maps.
MapCursorProvider - Interface in io.github.bananapuncher714.cartographer.core.api.map
Provides a Minimap with cursors that will appear on the canvas, may be called extremely frequently(Several times per tick).
mapCursors - Variable in class io.github.bananapuncher714.cartographer.core.renderer.RenderInfo
 
MapDataCache - Class in io.github.bananapuncher714.cartographer.core.map.process
A thread safe cache with chunk data.
MapDataCache(ChunkDataProvider, MapSettings) - Constructor for class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
 
MapDataCache(MapSettings) - Constructor for class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
 
MapDataCache.ChunkState - Enum in io.github.bananapuncher714.cartographer.core.map.process
 
mapId - Variable in class io.github.bananapuncher714.cartographer.core.renderer.CartographerRenderer
 
MapInteraction - Enum in io.github.bananapuncher714.cartographer.core.map.menu
Actions representing what a player can do when looking at a map.
MapListener - Class in io.github.bananapuncher714.cartographer.core
 
MapListener(Cartographer) - Constructor for class io.github.bananapuncher714.cartographer.core.MapListener
 
MapMenu - Class in io.github.bananapuncher714.cartographer.core.map.menu
 
MapMenu() - Constructor for class io.github.bananapuncher714.cartographer.core.map.menu.MapMenu
 
MapPixel - Class in io.github.bananapuncher714.cartographer.core.api
Represents a pixel on the map canvas.
MapPixel(int, int, Color) - Constructor for class io.github.bananapuncher714.cartographer.core.api.MapPixel
Construct a MapPixel with the arguments provided.
MapPixelProvider - Interface in io.github.bananapuncher714.cartographer.core.api.map
Provides a Minimap with what MapPixel will appear on the canvas, may be called extremely frequently(Several times per tick).
mapPixels - Variable in class io.github.bananapuncher714.cartographer.core.renderer.RenderInfo
 
MapProvider - Interface in io.github.bananapuncher714.cartographer.core.api.map
 
MapSettings - Class in io.github.bananapuncher714.cartographer.core.map
Contains settings for a Minimap that can be loaded from a config.
MapSettings(FileConfiguration) - Constructor for class io.github.bananapuncher714.cartographer.core.map.MapSettings
 
MapUpdateBlockEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.minimap
Called before updating of the block starts for a given Minimap with the MapPalette provided.
MapUpdateBlockEvent(Minimap, Location, MinimapPalette) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.minimap.MapUpdateBlockEvent
Construct a MapUpdateBlockEvent with the given Minimap and MinimapPalette.
MapUtil - Class in io.github.bananapuncher714.cartographer.core.util
 
MapUtil() - Constructor for class io.github.bananapuncher714.cartographer.core.util.MapUtil
 
MapViewer - Class in io.github.bananapuncher714.cartographer.core.map
Individual per player settings that take priority over Cartographer's default settings but must conform to minimap settings.
MapViewer(UUID) - Constructor for class io.github.bananapuncher714.cartographer.core.map.MapViewer
 
MapViewer(UUID, FileConfiguration) - Constructor for class io.github.bananapuncher714.cartographer.core.map.MapViewer
 
MapViewerChangeSettingEvent<T extends java.lang.Comparable<T>> - Class in io.github.bananapuncher714.cartographer.core.api.events.player
 
MapViewerChangeSettingEvent(MapViewer, SettingState<T>, T) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerChangeSettingEvent
 
MapViewerCreateEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.player
 
MapViewerCreateEvent(MapViewer) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerCreateEvent
 
MapViewerEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.player
 
MapViewerEvent(MapViewer) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerEvent
 
markDirty() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MenuCanvas
 
matches(CommandSender) - Method in class io.github.bananapuncher714.cartographer.core.api.command.SubCommand
 
matches(String, String[]) - Method in class io.github.bananapuncher714.cartographer.core.api.command.SubCommand
 
matches(CommandSender, String, String[]) - Method in class io.github.bananapuncher714.cartographer.core.api.command.SubCommand
 
matches(String) - Method in enum io.github.bananapuncher714.cartographer.core.map.palette.PaletteManager.ColorType
Check if the input matches this pattern.
material - Variable in class io.github.bananapuncher714.cartographer.core.util.CrossVersionMaterial
 
max - Variable in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorArguments
 
max - Variable in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorInt
 
mediateARGB(int, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
 
menu - Variable in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererInteractEvent
 
menu - Variable in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
 
MenuCanvas - Class in io.github.bananapuncher714.cartographer.core.map.menu
 
MenuCanvas(int, int) - Constructor for class io.github.bananapuncher714.cartographer.core.map.menu.MenuCanvas
 
MenuComponent - Interface in io.github.bananapuncher714.cartographer.core.map.menu
 
merge(Locale) - Method in class io.github.bananapuncher714.cartographer.core.locale.Locale
 
message - Variable in class io.github.bananapuncher714.cartographer.core.api.command.executor.CommandExecutableMessage
 
message - Variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleMessageString
 
min - Variable in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorArguments
 
min - Variable in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorInt
 
Minimap - Class in io.github.bananapuncher714.cartographer.core.map
 
Minimap(String, MinimapPalette, MapDataCache, File, MapSettings) - Constructor for class io.github.bananapuncher714.cartographer.core.map.Minimap
 
MINIMAP_AUTO_UPDATE - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_DEFAULT_ROTATION - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_LOADED_BACKGROUND - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_LOADED_DISABLED - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_LOADED_OVERLAY - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_RENDER - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_WORLD_BLACKLIST - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_WORLD_WHITELIST - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_ZOOM_ALLOWED - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_ZOOM_CIRCULAR - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MINIMAP_ZOOM_DEFAULT - Static variable in class io.github.bananapuncher714.cartographer.core.locale.LocaleConstants
 
MinimapDeleteEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.minimap
Called before a Minimap is about to be deleted.
MinimapDeleteEvent(Minimap) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapDeleteEvent
The Minimap to be deleted.
MinimapEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.minimap
Event pertaining to minimaps mainly.
MinimapEvent(Minimap) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapEvent
Construct a new MinimapEvent with the provided Minimap.
MinimapLoadEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.minimap
Called after a Minimap gets loaded completely.
MinimapLoadEvent(Minimap) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapLoadEvent
The Minimap that was loaded.
MinimapManager - Class in io.github.bananapuncher714.cartographer.core
 
MinimapManager(Cartographer) - Constructor for class io.github.bananapuncher714.cartographer.core.MinimapManager
 
MinimapPalette - Class in io.github.bananapuncher714.cartographer.core.map.palette
Contains colors for blocks.
MinimapPalette() - Constructor for class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
Construct a MinimapPalette with transparent black as the default color.
MinimapPalette(Color) - Constructor for class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
Construct a MinimapPalette with the provided color.
minimaps - Variable in class io.github.bananapuncher714.cartographer.core.MinimapManager
 
MinimapUnloadEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.minimap
Called before a Minimap gets unloaded.
MinimapUnloadEvent(Minimap) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapUnloadEvent
The Minimap to be unloaded.
mixColors(int, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
 
module - Variable in class io.github.bananapuncher714.cartographer.core.api.command.executor.CommandExecutableMessageLocale
 
module - Variable in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleEvent
 
Module - Class in io.github.bananapuncher714.cartographer.core.module
An addon for Cartographer2.
Module() - Constructor for class io.github.bananapuncher714.cartographer.core.module.Module
There should always be an empty constructor for initialization by Cartographer2's ModuleLoader
ModuleClassLoader - Class in io.github.bananapuncher714.cartographer.core.module
 
ModuleClassLoader(ModuleDescription, ClassLoader) - Constructor for class io.github.bananapuncher714.cartographer.core.module.ModuleClassLoader
 
ModuleDescription - Class in io.github.bananapuncher714.cartographer.core.module
 
ModuleDescription(File, String, String, String, String) - Constructor for class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
 
ModuleDisableEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.module
Called after a Module gets disabled.
ModuleDisableEvent(Module) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleDisableEvent
The Module after it is disabled.
ModuleEnableEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.module
Called after a Module finishes enabling.
ModuleEnableEvent(Module) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleEnableEvent
The Module after it has been enabled.
ModuleEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.module
Event pertaining to a Module.
ModuleEvent(Module) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleEvent
Construct a new ModuleEvent with the provided Module.
moduleFolder - Variable in class io.github.bananapuncher714.cartographer.core.ModuleManager
 
ModuleLoader - Class in io.github.bananapuncher714.cartographer.core.module
Load modules and their descriptions, like a plugin.
ModuleLoader(ModuleManager, Cartographer) - Constructor for class io.github.bananapuncher714.cartographer.core.module.ModuleLoader
 
ModuleLoadEvent - Class in io.github.bananapuncher714.cartographer.core.api.events.module
Called after a Module gets fully loaded, normally called once.
ModuleLoadEvent(Module) - Constructor for class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleLoadEvent
The Module that has been loaded.
ModuleLogger - Class in io.github.bananapuncher714.cartographer.core.module
 
ModuleLogger(Module) - Constructor for class io.github.bananapuncher714.cartographer.core.module.ModuleLogger
 
ModuleManager - Class in io.github.bananapuncher714.cartographer.core
 
ModuleManager(Cartographer, File) - Constructor for class io.github.bananapuncher714.cartographer.core.ModuleManager
 
modules - Variable in class io.github.bananapuncher714.cartographer.core.ModuleManager
 
ModuleTracker - Class in io.github.bananapuncher714.cartographer.core.module
 
ModuleTracker() - Constructor for class io.github.bananapuncher714.cartographer.core.module.ModuleTracker
 
move(File, File, boolean) - Static method in class io.github.bananapuncher714.cartographer.core.util.FileUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links