- RandomChunkProcessor - Class in io.github.bananapuncher714.cartographer.core.map.process
-
Fill the map with noise.
- RandomChunkProcessor() - Constructor for class io.github.bananapuncher714.cartographer.core.map.process.RandomChunkProcessor
-
- read(byte[]) - Static method in class io.github.bananapuncher714.cartographer.core.util.GifDecoder
-
- read(InputStream) - Static method in class io.github.bananapuncher714.cartographer.core.util.GifDecoder
-
- readElement(String, OpenOption...) - Method in class io.github.bananapuncher714.cartographer.core.util.ZipWrapper
-
- readObject(Class<T>, File) - Static method in class io.github.bananapuncher714.cartographer.core.util.FileUtil
-
- rebuildCommand() - Method in class io.github.bananapuncher714.cartographer.core.command.CommandCartographer
-
- rebuildCommand() - Method in class io.github.bananapuncher714.cartographer.core.command.CommandSettings
-
- receivePacket(Player, Object) - Method in class io.github.bananapuncher714.cartographer.tinyprotocol.TinyProtocol
-
Pretend that a given packet has been received from a player.
- receivePacket(Channel, Object) - Method in class io.github.bananapuncher714.cartographer.tinyprotocol.TinyProtocol
-
Pretend that a given packet has been received from a given client.
- recursiveDelete(File) - Static method in class io.github.bananapuncher714.cartographer.core.util.FileUtil
-
- Reflection - Class in io.github.bananapuncher714.cartographer.tinyprotocol
-
An utility class that simplifies reflection in Bukkit plugins.
- Reflection.ConstructorInvoker - Interface in io.github.bananapuncher714.cartographer.tinyprotocol
-
An interface for invoking a specific constructor.
- Reflection.FieldAccessor<T> - Interface in io.github.bananapuncher714.cartographer.tinyprotocol
-
An interface for retrieving the field content.
- Reflection.MethodInvoker - Interface in io.github.bananapuncher714.cartographer.tinyprotocol
-
An interface for invoking a specific method.
- ReflectionUtil - Class in io.github.bananapuncher714.cartographer.core.util
-
Internal use only
- refreshColors() - Method in class io.github.bananapuncher714.cartographer.core.map.process.ChunkData
-
Refresh the mipmap for this chunk data.
- register() - Method in class io.github.bananapuncher714.cartographer.core.api.permission.PermissionBuilder
-
- register(Locale) - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleManager
-
- register(MapProvider) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- register(String, MinimapPalette) - Method in class io.github.bananapuncher714.cartographer.core.map.palette.PaletteManager
-
- registerAndEnable(Module) - Method in class io.github.bananapuncher714.cartographer.core.ModuleManager
-
- registerCommand(String, PluginCommand) - Method in interface io.github.bananapuncher714.cartographer.core.api.PacketHandler
-
Register a command with the fallback prefix indicated.
- registerCommand(PluginCommand) - Method in interface io.github.bananapuncher714.cartographer.core.api.PacketHandler
-
Register a command with the default fallback prefix.
- registerCommand(PluginCommand) - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Gets a command with the given name.
- registerListener(Listener) - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Register any listener under Cartographer2.
- registerLocales() - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
Call to register locales with the locale manager
Should be done in the onEnable method
- registerMap(int) - Method in interface io.github.bananapuncher714.cartographer.core.api.PacketHandler
-
Register a MapView with Cartographer2.
- registerMinimap(Minimap) - Method in class io.github.bananapuncher714.cartographer.core.MinimapManager
-
- registerModule(Module) - Method in class io.github.bananapuncher714.cartographer.core.ModuleManager
-
- registerProvider(WorldPixelProvider) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- registerProvider(MapPixelProvider) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- registerProvider(WorldCursorProvider) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- registerProvider(MapCursorProvider) - Method in class io.github.bananapuncher714.cartographer.core.map.Minimap
-
- registerSnapshot(ChunkLocation) - Method in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- releaseSnapshot(ChunkLocation) - Method in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- reload() - Method in class io.github.bananapuncher714.cartographer.core.Cartographer
-
Purely for configs, palettes and images
Does not load modules
- reload() - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleManager
-
- reload() - Method in class io.github.bananapuncher714.cartographer.core.ModuleManager
-
- remove(String) - Method in class io.github.bananapuncher714.cartographer.core.locale.LocaleManager
-
- remove(Minimap) - Method in class io.github.bananapuncher714.cartographer.core.MinimapManager
-
- removeChannel(Player) - Method in class io.github.bananapuncher714.cartographer.tinyprotocol.TinyProtocol
-
- removeClassFromJavaPluginLoader(String) - Static method in class io.github.bananapuncher714.cartographer.core.util.BukkitUtil
-
- removeComponent(MenuComponent) - Method in class io.github.bananapuncher714.cartographer.core.map.menu.MapMenu
-
- removeElement(String, File, CopyOption...) - Method in class io.github.bananapuncher714.cartographer.core.util.ZipWrapper
-
- removeSetting(SettingState<?>) - Static method in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
Unregister a custom setting.
- render(MapView, MapCanvas, Player) - Method in class io.github.bananapuncher714.cartographer.core.renderer.CartographerRenderer
-
- renderer - Variable in class io.github.bananapuncher714.cartographer.core.api.events.renderer.CartographerRendererEvent
-
- renderer - Variable in class io.github.bananapuncher714.cartographer.core.renderer.CartographerRenderer
-
- renderer - Variable in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- renderers - Variable in class io.github.bananapuncher714.cartographer.core.map.process.MapDataCache
-
- RenderInfo - Class in io.github.bananapuncher714.cartographer.core.renderer
-
- RenderInfo() - Constructor for class io.github.bananapuncher714.cartographer.core.renderer.RenderInfo
-
- renderOutOfBorder - Variable in class io.github.bananapuncher714.cartographer.core.map.MapSettings
-
- repetitions - Variable in class io.github.bananapuncher714.cartographer.core.util.GifDecoder.GifImage
-
- requiresRender - Variable in class io.github.bananapuncher714.cartographer.core.renderer.SubRenderInfo
-
- resize(byte[], int, int, int) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- RivenMath - Class in io.github.bananapuncher714.cartographer.core.util
-
Riven's fast sin and cos with lookup tables.
- RivenMath() - Constructor for class io.github.bananapuncher714.cartographer.core.util.RivenMath
-
- ROTATE - Static variable in class io.github.bananapuncher714.cartographer.core.map.MapViewer
-
- rotate(byte[], int, byte[], int, double) - Static method in class io.github.bananapuncher714.cartographer.core.util.JetpImageUtil
-
- rotating - Variable in class io.github.bananapuncher714.cartographer.core.renderer.PlayerSetting
-
- rotation - Variable in class io.github.bananapuncher714.cartographer.core.map.MapSettings
-
- runTask(Runnable, long) - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-
- runTaskTimer(Runnable, long, long) - Method in class io.github.bananapuncher714.cartographer.core.module.Module
-