- GeneralUtil - Interface in io.github.bananapuncher714.cartographer.core.api
-
Different Bukkit methods that change across various Minecraft versions.
- generator - Variable in class io.github.bananapuncher714.cartographer.core.map.process.RandomChunkProcessor
-
- get(Class<T>, int) - Method in class io.github.bananapuncher714.cartographer.core.api.command.CommandParameters
-
- get(String) - Method in interface io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidator
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorArguments
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorBoolean
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorBooleanOption
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorChain
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorInt
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorPattern
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorPlayer
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorSettingState
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorString
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.command.validator.InputValidatorCreateMinimap
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.command.validator.InputValidatorMinimap
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.command.validator.InputValidatorMinimapFile
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.command.validator.module.InputValidatorModule
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.command.validator.module.InputValidatorModuleEnabled
-
- get(String) - Method in class io.github.bananapuncher714.cartographer.core.command.validator.module.InputValidatorModuleUnloaded
-
- get(CommandSender, String, Object...) - Method in class io.github.bananapuncher714.cartographer.core.locale.Locale
-
- get(Object) - Method in interface io.github.bananapuncher714.cartographer.tinyprotocol.Reflection.FieldAccessor
-
Retrieve the content of a field.
- getActiveMapMenuViewers() - Method in class io.github.bananapuncher714.cartographer.core.renderer.CartographerRenderer
-
- getAndConstructMapDir(String) - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getArgumentSize() - Method in class io.github.bananapuncher714.cartographer.core.api.command.CommandOption
-
- getAuthor() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
-
- getBackground() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getBackground() - Method in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
- getBackgroundColor() - Method in class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
Returns the background color of the first frame in this GIF image.
- getBackgroundImage() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getBestColor(int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- getBestColor(int, int, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- getBestColorIncludingTransparent(int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- getBestFullColor(int, int, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- getBlocksPerPixel() - Method in enum io.github.bananapuncher714.cartographer.core.api.ZoomScale
-
Deprecated.
The amount of blocks per pixel that would be shown on the
Minimap
.
- getBlockType(ChunkSnapshot, int, int, int) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get the material of the block in the chunk snapshot at the specified coordinates.
- getBlockType(Block) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get the material type of the block.
- getBlockUpdateDelay() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getBufferedImage() - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
Get the current image.
- getBufferedImage(int) - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
Get the image at the given index.
- getCacheAmount() - Method in enum io.github.bananapuncher714.cartographer.core.map.process.ChunkLoadListener
-
- getCacheDir() - Static method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getCanvas() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MapMenu
-
- getCartographer() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Get the Cartographer instance.
- getChannel(Player) - Method in class io.github.bananapuncher714.cartographer.tinyprotocol.TinyProtocol
-
Retrieve the Netty channel associated with a player.
- getChannel(UUID, Object) - Method in class io.github.bananapuncher714.cartographer.tinyprotocol.TinyProtocol
-
Retrieve the netty channel for async purposes
- getChunk() - Method in class io.github.bananapuncher714.cartographer.core.api.ChunkLocation
-
Get the chunk this location represents.
- getChunkDataProvider() - Method in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- getChunkLocation() - Method in class io.github.bananapuncher714.cartographer.core.map.process.ChunkProcessor
-
- getChunkNotifier() - Method in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- getChunks() - Method in enum io.github.bananapuncher714.cartographer.core.map.process.ChunkLoadListener
-
Get the locations that are queued for loading.
- getChunkSnapshotAt(ChunkLocation) - Method in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- getClass(String) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Retrieve a class from its full name.
- getClassByName(String) - Static method in class io.github.bananapuncher714.cartographer.core.util.BukkitUtil
-
- getClassLoaderFor(Module) - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleLoader
-
- getClassNames() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleClassLoader
-
- getCode() - Method in class io.github.bananapuncher714.cartographer.core.locale.Locale
-
- getColor() - Method in class io.github.bananapuncher714.cartographer.core.api.MapPixel
-
Get the color.
- getColor() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldPixel
-
Get the color of this pixel.
- getColor(CrossVersionMaterial) - Method in class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
-
- getColorFromMinecraftPalette(byte) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- getCommand() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getCommand() - Method in class io.github.bananapuncher714.cartographer.core.command.CommandModule
-
- getCommand() - Method in class io.github.bananapuncher714.cartographer.core.command.CommandSettings
-
- getCommands() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleTracker
-
- getComponents() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MapMenu
-
- getConstructor(String, Class<?>...) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Search for the first publically and privately defined constructor of the given name and parameter count.
- getConstructor(Class<?>, Class<?>...) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Search for the first publically and privately defined constructor of the given name and parameter count.
- getCraftBukkitClass(String) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Retrieve a class in the org.bukkit.craftbukkit.VERSION.* package.
- getCursors(Player, Minimap, PlayerSetting) - Method in interface io.github.bananapuncher714.cartographer.core.api.map.MapCursorProvider
-
Get a collection of cursors that can be placed on the map.
- getCursors(Player, Minimap, PlayerSetting) - Method in interface io.github.bananapuncher714.cartographer.core.api.map.WorldCursorProvider
-
Get a collection of
WorldCursor
that will be placed on the map.
- getCursors(Player, Minimap, PlayerSetting) - Method in class io.github.bananapuncher714.cartographer.core.map.DefaultPlayerCursorProvider
-
- getCursors(Player, Minimap, PlayerSetting) - Method in class io.github.bananapuncher714.cartographer.core.map.DefaultPointerCursorProvider
-
- getCursorsFor(Player, PlayerSetting) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getCursorX() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getCursorY() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getCursorYaw() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getData() - Method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkProcessedEvent
-
- getData() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererDisabledEvent
-
- getData() - Method in class io.github.bananapuncher714.cartographer.core.file.BigChunk
-
- getData() - Method in class io.github.bananapuncher714.cartographer.core.file.BigChunkMap
-
Deprecated.
- getData() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MenuCanvas
-
- getData() - Method in class io.github.bananapuncher714.cartographer.core.map.process.ChunkData
-
Get the data for this chunk.
- getData() - Method in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- getDataAt(int, int) - Method in class io.github.bananapuncher714.cartographer.core.map.process.ChunkData
-
Get the data at the coordinates specified.
- getDataAt(int, int, double) - Method in class io.github.bananapuncher714.cartographer.core.map.process.ChunkData
-
Get the data at the coordinates specified using the mipmaps.
- getDataAt(ChunkLocation) - Method in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- getDataCache() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getDataFolder() - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleManager
-
- getDataFolder() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getDataFolder() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Get the local data folder, much like a plugin's data folder.
- getDataProcessor() - Method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkPreProcessEvent
-
- getDataProvider() - Method in class io.github.bananapuncher714.cartographer.core.map.process.ChunkProcessor
-
- getDefault() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingState
-
Get the default object that would be provided normally
- getDefault() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateBoolean
-
- getDefault() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateBooleanOption
-
- getDefault() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateLocale
-
- getDefaultColor() - Method in class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
-
Get the default color for this palette.
- getDefaultLocale() - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleManager
-
- getDefaultRGB() - Method in class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
-
Get the default integer color for this palette.
- getDefaultZoom() - Method in class io.github.bananapuncher714.cartographer.core.map.MapSettings
-
- getDelay(int) - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
Get the delay at the given index.
- getDelay(int) - Method in class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
If not 0, the delay specifies how many hundredths (1/100) of a second
to wait before displaying the frame after the current frame.
- getDependencies() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
-
- getDependencyManager() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getDescription() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Get the description of the module.
- getDescription() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleClassLoader
-
- getDescription() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
-
- getDescriptionFor(File) - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleLoader
-
- getDescriptionFor(File, InputStream) - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleLoader
-
Get a ModuleDescription from an input stream.
- getDirection(double) - Static method in class io.github.bananapuncher714.cartographer.core.util.MapUtil
-
- getDisabledImage() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getDisabledMapImage() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getDisplay() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.Frame
-
Gives a mutable array of bytes
- getDisplay() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MapMenu
-
- getDisplay() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MenuCanvas
-
- getEnum(Class<T>, String...) - Static method in class io.github.bananapuncher714.cartographer.core.util.FailSafe
-
Get a valid enum value no matter what.
- getFarthestZoom() - Method in class io.github.bananapuncher714.cartographer.core.map.MapSettings
-
- getField(Class<?>, String, Class<T>) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Retrieve a field accessor for a specific field type and name.
- getField(String, String, Class<T>) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Retrieve a field accessor for a specific field type and name.
- getField(Class<?>, Class<T>, int) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Retrieve a field accessor for a specific field type and name.
- getField(String, Class<T>, int) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Retrieve a field accessor for a specific field type and name.
- getFile() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Quick get file method.
- getFile() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
-
- getFile() - Method in class io.github.bananapuncher714.cartographer.core.util.ZipWrapper
-
- getFileFor(BigChunkLocation) - Method in class io.github.bananapuncher714.cartographer.core.file.BigChunkQueue
-
- getFirst(Class<T>) - Method in class io.github.bananapuncher714.cartographer.core.api.command.CommandParameters
-
- getFontFromSystem(String) - Static method in class io.github.bananapuncher714.cartographer.core.map.text.CartographerFont
-
- getFrame(int) - Method in class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
- getFrameCount() - Method in class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
- getFrames() - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
Get the amount of frames.
- getFrom(String) - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingState
-
Get an optional from the provided string.
- getFrom(String) - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateBoolean
-
- getFrom(String) - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateBooleanOption
-
- getFrom(String) - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateLocale
-
- getGenerateAmount() - Method in enum io.github.bananapuncher714.cartographer.core.map.process.ChunkLoadListener
-
- getHandler() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkLoadedEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkPreProcessEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkProcessedEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.locale.DefaultLocaleChangeEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.locale.LocaleFinishReloadEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MapUpdateBlockEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapDeleteEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapLoadEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapUnloadEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleDisableEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleEnableEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleLoadEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerChangeSettingEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerCreateEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererActivateEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererCreateEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererDeactivateEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererDisabledEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererEvent
-
- getHandlerList() - Static method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererInteractEvent
-
- getHandlerName() - Method in class io.github.bananapuncher714.cartographer.tinyprotocol.TinyProtocol
-
Retrieve the name of the channel injector, default implementation is "tiny-" + plugin name + "-" + a unique ID.
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkLoadedEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkPreProcessEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkProcessedEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.locale.DefaultLocaleChangeEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.locale.LocaleFinishReloadEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MapUpdateBlockEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapDeleteEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapLoadEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapUnloadEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleDisableEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleEnableEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleLoadEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerChangeSettingEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerCreateEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererActivateEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererCreateEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererDeactivateEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererDisabledEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererEvent
-
- getHandlers() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererInteractEvent
-
- getHeight() - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
Get the height.
- getHeight() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldPixel
-
Get the height.
- getHeight() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MenuCanvas
-
- getHeight() - Method in class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
- getHighestYAt(ChunkSnapshot, int, int, int, Set<CrossVersionMaterial>) - Static method in class io.github.bananapuncher714.cartographer.core.util.BlockUtil
-
- getHighestYAt(Location, Set<CrossVersionMaterial>) - Static method in class io.github.bananapuncher714.cartographer.core.util.BlockUtil
-
- getId(MapView) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get the id of the MapView as an integer.
- getId() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingState
-
- getId() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getImage() - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
Get the ARGB buffer for the current image.
- getImage(int) - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
Get the ARGB buffer at the given index.
- getImageFile(File, String) - Static method in class io.github.bananapuncher714.cartographer.core.util.FileUtil
-
- getIndex() - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
- getInputValidator() - Method in class io.github.bananapuncher714.cartographer.core.api.command.SubCommand
-
- getInstance() - Static method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getInteraction() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererInteractEvent
-
The interaction the player attempted to perform.
- getInteraction() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getInvalidIds() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getItemFor(Minimap) - Method in class io.github.bananapuncher714.cartographer.core.MinimapManager
-
- getItemType(ItemStack) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get the material type of the item.
- getKeys() - Method in class io.github.bananapuncher714.cartographer.core.locale.Locale
-
- getLanguage() - Method in class io.github.bananapuncher714.cartographer.core.locale.Locale
-
- getLargestColorVal() - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- getLast(Class<T>) - Method in class io.github.bananapuncher714.cartographer.core.api.command.CommandParameters
-
- getListeners() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleTracker
-
- getLoadAmount() - Method in enum io.github.bananapuncher714.cartographer.core.map.process.ChunkLoadListener
-
- getLoader() - Method in class io.github.bananapuncher714.cartographer.core.ModuleManager
-
- getLocalCursorsFor(Player, PlayerSetting) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getLocale(String) - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleManager
-
- getLocale(UUID) - Method in class io.github.bananapuncher714.cartographer.core.PlayerManager
-
- getLocaleCodes() - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleManager
-
- getLocaleManager() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getLocales() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Get a list of supported locales for this module
- getLocation() - Method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkPreProcessEvent
-
Get the location of the chunk data to be processed.
- getLocation() - Method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkProcessedEvent
-
- getLocation() - Method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MapUpdateBlockEvent
-
Get the location involved in this event.
- getLocation() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldCursor
-
Get the location.
- getLocation() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldPixel
-
Get the minimum location for this pixel.
- getLocation() - Method in class io.github.bananapuncher714.cartographer.core.locale.Locale
-
- getLocation() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getLocationsAround(Location, double, double) - Static method in class io.github.bananapuncher714.cartographer.core.util.MapUtil
-
Create an array of locations for a map
- getLocationToPixel(Location, Location, double, double) - Static method in class io.github.bananapuncher714.cartographer.core.util.MapUtil
-
Convert a Location to a relative point on the map
- getLogger() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getLogger() - Method in class io.github.bananapuncher714.cartographer.core.map.palette.PaletteManager
-
- getLogger() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
- getMain() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
-
- getMainHandItem(Player) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get the item in the player's main hand
- getMap(int) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get a MapView for the id provided.
- getMap() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getMapCoordOf(Location) - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getMapCursorProviders() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getMapDirFor(String) - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getMapItem(int) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get a filled map item with the mapview of the given id.
- getMapManager() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getMapMaterial() - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get the material for a filled map.
- getMapPixelProviders() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getMapPixels(Player, Minimap, PlayerSetting) - Method in interface io.github.bananapuncher714.cartographer.core.api.map.MapPixelProvider
-
- getMapSaveDir() - Static method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getMapViewFrom(ItemStack) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get the a MapView from a map item.
- getMaterials() - Method in class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
-
- getMenu() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererInteractEvent
-
Getter for the menu.
- getMenu(UUID) - Method in class io.github.bananapuncher714.cartographer.core.renderer.CartographerRenderer
-
- getMenu() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getMessageFor(CommandSender, Object...) - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleMessage
-
- getMessageFor(CommandSender, Object...) - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleMessageRandom
-
- getMessageFor(CommandSender, Object...) - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleMessageString
-
- getMessages() - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleMessageRandom
-
- getMethod(String, String, Class<?>...) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Search for the first publicly and privately defined method of the given name and parameter count.
- getMethod(Class<?>, String, Class<?>...) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Search for the first publicly and privately defined method of the given name and parameter count.
- getMinecraftClass(String) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Retrieve a class in the net.minecraft.server.VERSION.* package.
- getMinecraftColor(CrossVersionMaterial) - Method in class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
-
- getMinimap() - Method in class io.github.bananapuncher714.cartographer.core.api.events.chunk.ChunkProcessedEvent
-
- getMinimap() - Method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MinimapEvent
-
Get the
Minimap
involved in this event.
- getMinimap() - Method in class io.github.bananapuncher714.cartographer.core.renderer.CartographerRenderer
-
- getMinimaps() - Method in class io.github.bananapuncher714.cartographer.core.MinimapManager
-
- getMissingMapImage() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getModule() - Method in class io.github.bananapuncher714.cartographer.core.api.events.module.ModuleEvent
-
The
Module
involved in this event.
- getModule() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleClassLoader
-
- getModule(String) - Method in class io.github.bananapuncher714.cartographer.core.ModuleManager
-
- getModuleCommand() - Method in class io.github.bananapuncher714.cartographer.core.command.CommandCartographer
-
- getModuleDir() - Static method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getModuleManager() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getModules() - Method in class io.github.bananapuncher714.cartographer.core.ModuleManager
-
- getName() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldCursor
-
Get the name.
- getName() - Method in class io.github.bananapuncher714.cartographer.core.locale.Locale
-
- getName() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Quick get name method.
- getName() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
-
- getNewLocale() - Method in class io.github.bananapuncher714.cartographer.core.api.events.locale.DefaultLocaleChangeEvent
-
- getNewPacketHandlerInstance() - Static method in class io.github.bananapuncher714.cartographer.core.util.ReflectionUtil
-
- getNewVal() - Method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerChangeSettingEvent
-
- getNextHighestBlockAt(Location, Set<CrossVersionMaterial>, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.BlockUtil
-
- getNextZoom(double) - Method in class io.github.bananapuncher714.cartographer.core.map.MapSettings
-
- getOffHandItem(Player) - Method in interface io.github.bananapuncher714.cartographer.core.api.GeneralUtil
-
Get the item in the player's off hand
- getOldLocale() - Method in class io.github.bananapuncher714.cartographer.core.api.events.locale.DefaultLocaleChangeEvent
-
- getOptions() - Method in class io.github.bananapuncher714.cartographer.core.api.command.CommandResult
-
- getOverlay() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getOverlay() - Method in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
- getOverlayImage() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getPalette() - Method in class io.github.bananapuncher714.cartographer.core.api.events.minimap.MapUpdateBlockEvent
-
- getPalette() - Method in class io.github.bananapuncher714.cartographer.core.map.MapSettings
-
- getPalette() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getPaletteDir() - Static method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getPaletteManager() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getPattern() - Method in enum io.github.bananapuncher714.cartographer.core.map.palette.PaletteManager.ColorType
-
Get the pattern for this color type.
- getPixel(int, int) - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MenuCanvas
-
- getPixelsFor(Player, PlayerSetting) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getPixelsFor(Image, int, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.MapUtil
-
- getPixelToLocation(Location, double, double, int[]) - Static method in class io.github.bananapuncher714.cartographer.core.util.MapUtil
-
- getPlayer() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererActivateEvent
-
Getter for the player viewing
- getPlayer() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererInteractEvent
-
Getter for the player viewing.
- getPlayerManager() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getPreviousZoom(double) - Method in class io.github.bananapuncher714.cartographer.core.map.MapSettings
-
- getPriority() - Method in class io.github.bananapuncher714.cartographer.core.api.MapPixel
-
Get the priority of this pixel.
- getPriority() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldPixel
-
Get the priority.
- getProtocol() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getQueue() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getRenderDelay() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getRenderer() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererEvent
-
- getRendererFrom(MapView) - Method in class io.github.bananapuncher714.cartographer.core.MinimapManager
-
- getRenderers() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getResource(String) - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Get a resource from the jar or zip of the module file.
- getRGB(CrossVersionMaterial) - Method in class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
-
- getRGBArray(BufferedImage) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- getRotation() - Method in class io.github.bananapuncher714.cartographer.core.map.MapSettings
-
- getScale(double) - Static method in enum io.github.bananapuncher714.cartographer.core.api.ZoomScale
-
Deprecated.
Get the closest ZoomScale to the value provided.
- getScale(UUID) - Method in class io.github.bananapuncher714.cartographer.core.renderer.CartographerRenderer
-
- getScale() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getScaleFromBukkit(MapView.Scale) - Static method in enum io.github.bananapuncher714.cartographer.core.api.ZoomScale
-
Deprecated.
Convert Bukkit's map scaling to a zoom scale.
- getSenderValidators() - Method in class io.github.bananapuncher714.cartographer.core.api.command.SubCommand
-
- getSetting() - Method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerChangeSettingEvent
-
- getSetting(SettingState<T>) - Method in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
- getSettings() - Method in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
- getSettings() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getSettingsCommand() - Method in class io.github.bananapuncher714.cartographer.core.command.CommandCartographer
-
- getSettingStates() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
- getSnapshot() - Method in class io.github.bananapuncher714.cartographer.core.map.process.ChunkProcessor
-
- getState(String) - Static method in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
Get the state with the specified id.
- getStateOf(Minimap, ChunkLocation) - Static method in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- getStates() - Static method in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
Get all the states available.
- getSubCommands() - Method in class io.github.bananapuncher714.cartographer.core.api.command.SubCommand
-
- getSubImage(int, int, int, int, int[], int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
Dither an rgb buffer
- getSubsegment(int, int, int, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.SubCommand
-
- getTabCompletes() - Method in interface io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidator
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorArguments
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorBoolean
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorBooleanOption
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorChain
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorInt
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorPattern
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorPlayer
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorSettingState
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.api.command.validator.InputValidatorString
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.command.validator.InputValidatorCreateMinimap
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.command.validator.InputValidatorMinimap
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.command.validator.InputValidatorMinimapFile
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.command.validator.module.InputValidatorModule
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.command.validator.module.InputValidatorModuleEnabled
-
- getTabCompletes() - Method in class io.github.bananapuncher714.cartographer.core.command.validator.module.InputValidatorModuleUnloaded
-
- getTabCompletions(CommandSender, String[]) - Method in class io.github.bananapuncher714.cartographer.core.api.command.SubCommand
-
- getTasks() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleTracker
-
- getTPS() - Method in interface io.github.bananapuncher714.cartographer.core.api.PacketHandler
-
Get the current TPS of the Minecraft server.
- getTracker() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
- getTransparentBlocks() - Method in class io.github.bananapuncher714.cartographer.core.map.palette.MinimapPalette
-
- getType() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingState
-
- getType() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldCursor
-
Get the MapCursor type of the cursor.
- getTypedMethod(Class<?>, String, Class<?>, Class<?>...) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Search for the first publicly and privately defined method of the given name and parameter count.
- getUntypedClass(String) - Static method in class io.github.bananapuncher714.cartographer.tinyprotocol.Reflection
-
Retrieve a class from its full name, without knowing its type on compile time.
- getUtil() - Method in interface io.github.bananapuncher714.cartographer.core.api.PacketHandler
-
- getUtil() - Static method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
- getUUID() - Method in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererDeactivateEvent
-
Getter for the uuid.
- getUUID() - Method in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
- getUUID() - Method in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- getValues() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingState
-
Get all the valid values that this state could take on.
- getValues() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateBoolean
-
- getValues() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateBooleanOption
-
- getValues() - Method in class io.github.bananapuncher714.cartographer.core.api.setting.SettingStateLocale
-
- getVanillaPalette() - Method in interface io.github.bananapuncher714.cartographer.core.api.PacketHandler
-
Get the vanilla MinimapPalette, per version.
- getVersion() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Quick get version method.
- getVersion() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
-
- getViewer() - Method in class io.github.bananapuncher714.cartographer.core.api.events.player.MapViewerEvent
-
- getViewerFor(UUID) - Method in class io.github.bananapuncher714.cartographer.core.PlayerManager
-
- getViewers() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MapMenu
-
- getWaterDepth(Block) - Static method in class io.github.bananapuncher714.cartographer.core.util.BlockUtil
-
- getWaterDepth(ChunkSnapshot, int, int, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.BlockUtil
-
- getWebsite() - Method in class io.github.bananapuncher714.cartographer.core.module.ModuleDescription
-
- getWidth() - Method in class io.github.bananapuncher714.cartographer.core.api.SimpleImage
-
Get the width.
- getWidth() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldPixel
-
Get the width.
- getWidth() - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MenuCanvas
-
- getWidth() - Method in class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
- getWorld() - Method in class io.github.bananapuncher714.cartographer.core.api.ChunkLocation
-
Get the world.
- getWorld() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldPixel
-
Get the world.
- getWorld() - Method in class io.github.bananapuncher714.cartographer.core.file.BigChunkLocation
-
Get the world.
- getWorldCursorProviders() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getWorldPixelProviders() - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getWorldPixels(Player, Minimap, PlayerSetting) - Method in interface io.github.bananapuncher714.cartographer.core.api.map.WorldPixelProvider
-
- getWorldPixelsFor(Player, PlayerSetting) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- getX() - Method in class io.github.bananapuncher714.cartographer.core.api.ChunkLocation
-
Get the x coordinate.
- getX() - Method in class io.github.bananapuncher714.cartographer.core.api.MapPixel
-
Get the x coordinate.
- getX() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldPixel
-
Get the minimum x coordinate.
- getX() - Method in class io.github.bananapuncher714.cartographer.core.file.BigChunkLocation
-
Get the x coordinate.
- getZ() - Method in class io.github.bananapuncher714.cartographer.core.api.ChunkLocation
-
Get the z coordinate.
- getZ() - Method in class io.github.bananapuncher714.cartographer.core.api.MapPixel
-
Get the z coordinate.
- getZ() - Method in class io.github.bananapuncher714.cartographer.core.api.WorldPixel
-
Get the minimum z coordinate.
- getZ() - Method in class io.github.bananapuncher714.cartographer.core.file.BigChunkLocation
-
Get the z coordinate.
- GifDecoder - Class in io.github.bananapuncher714.cartographer.core.util
-
A decoder capable of processing a GIF data stream to render the graphics
contained in it.
- GifDecoder() - Constructor for class io.github.bananapuncher714.cartographer.core.util.GifDecoder
-
- GifDecoder.GifImage - Class in io.github.bananapuncher714.cartographer.core.util
-
- GifImage() - Constructor for class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
- global - Variable in class io.github.bananapuncher714.cartographer.core.api.WorldCursor
-
- globalColTbl - Variable in class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
- globalOverlay - Variable in class io.github.bananapuncher714.cartographer.core.renderer.RenderInfo
-