Skip navigation links
Packages 
Package Description
io.github.bananapuncher714.cartographer.core  
io.github.bananapuncher714.cartographer.core.api
Contains general utility classes, interfaces, and enums for Cartographer2.
io.github.bananapuncher714.cartographer.core.api.command
Classes for building complex command trees.
io.github.bananapuncher714.cartographer.core.api.command.executor  
io.github.bananapuncher714.cartographer.core.api.command.validator  
io.github.bananapuncher714.cartographer.core.api.command.validator.sender  
io.github.bananapuncher714.cartographer.core.api.events
Contains events associated with Cartographer2.
io.github.bananapuncher714.cartographer.core.api.events.chunk
Contains events dealing with chunk loading.
io.github.bananapuncher714.cartographer.core.api.events.locale  
io.github.bananapuncher714.cartographer.core.api.events.minimap
Contains events dealing with Minimap.
io.github.bananapuncher714.cartographer.core.api.events.module
Events relating to modules.
io.github.bananapuncher714.cartographer.core.api.events.player  
io.github.bananapuncher714.cartographer.core.api.events.renderer
Events related to CartographerRenderer actions.
io.github.bananapuncher714.cartographer.core.api.map
Contains providers for the Minimap, allows customization to what gets displayed.
io.github.bananapuncher714.cartographer.core.api.permission
Build and manage permissions at runtime.
io.github.bananapuncher714.cartographer.core.api.setting  
io.github.bananapuncher714.cartographer.core.command
Contains main Cartographer2 commands.
io.github.bananapuncher714.cartographer.core.command.executor  
io.github.bananapuncher714.cartographer.core.command.validator  
io.github.bananapuncher714.cartographer.core.command.validator.module  
io.github.bananapuncher714.cartographer.core.command.validator.sender  
io.github.bananapuncher714.cartographer.core.dependency
Manage any dependencies that might be required by Cartographer2 to function properly.
io.github.bananapuncher714.cartographer.core.file
Contains ChunkData for serialization.
io.github.bananapuncher714.cartographer.core.locale
Contains classes related to localization for players.
io.github.bananapuncher714.cartographer.core.map  
io.github.bananapuncher714.cartographer.core.map.menu
Contains classes for creating menus on maps.
io.github.bananapuncher714.cartographer.core.map.palette
Contains the MinimapPalette info for Minimap to render the blocks.
io.github.bananapuncher714.cartographer.core.map.process
Contains classes for processing chunks and converting them to data for the renderer.
io.github.bananapuncher714.cartographer.core.map.text
Drawing text onto maps.
io.github.bananapuncher714.cartographer.core.module
Contains module loading for a custom addon system.
io.github.bananapuncher714.cartographer.core.renderer
Contains classes responsible for rendering map items in-game.
io.github.bananapuncher714.cartographer.core.util  
io.github.bananapuncher714.cartographer.tinyprotocol
TinyProtocol taken from https://github.com/aadnk/ProtocolLib/blob/master/modules/TinyProtocol/src/main/java/com/comphenix/tinyprotocol/TinyProtocol.java
Skip navigation links