Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core | |
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.locale |
Contains classes related to localization for players.
|
io.github.bananapuncher714.cartographer.core.map.palette |
Contains the
MinimapPalette info for Minimap to render the blocks. |
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.
|
Modifier and Type | Field and Description |
---|---|
protected Cartographer |
PlayerManager.plugin |
protected Cartographer |
PlayerListener.plugin |
protected Cartographer |
ModuleManager.plugin |
protected Cartographer |
MinimapManager.plugin |
Modifier and Type | Method and Description |
---|---|
static Cartographer |
Cartographer.getInstance() |
Constructor and Description |
---|
MapListener(Cartographer plugin) |
MinimapManager(Cartographer plugin) |
ModuleManager(Cartographer plugin,
java.io.File moduleFolder) |
PlayerListener(Cartographer plugin) |
PlayerManager(Cartographer plugin,
java.io.File saveDirectory) |
Constructor and Description |
---|
CommandCartographer(Cartographer plugin,
org.bukkit.command.PluginCommand command) |
CommandModule(Cartographer plugin) |
CommandSettings(Cartographer plugin) |
Modifier and Type | Field and Description |
---|---|
protected Cartographer |
CommandReloadExecutable.plugin
Deprecated.
|
protected Cartographer |
CommandMapReloadExecutable.plugin
Deprecated.
|
protected Cartographer |
CommandListExecutable.plugin
Deprecated.
|
Constructor and Description |
---|
CommandListExecutable(Cartographer plugin)
Deprecated.
|
CommandMapReloadExecutable(Cartographer plugin)
Deprecated.
|
CommandReloadExecutable(Cartographer plugin)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Cartographer |
InputValidatorMinimapFile.plugin |
protected Cartographer |
InputValidatorMinimap.plugin |
protected Cartographer |
InputValidatorCreateMinimap.plugin |
Constructor and Description |
---|
InputValidatorCreateMinimap(Cartographer plugin) |
InputValidatorMinimap(Cartographer plugin) |
InputValidatorMinimapFile(Cartographer plugin) |
Modifier and Type | Field and Description |
---|---|
protected Cartographer |
InputValidatorModuleUnloaded.plugin |
protected Cartographer |
InputValidatorModuleEnabled.plugin |
protected Cartographer |
InputValidatorModule.plugin |
Constructor and Description |
---|
InputValidatorModule(Cartographer plugin) |
InputValidatorModuleEnabled(Cartographer plugin,
boolean enabled) |
InputValidatorModuleUnloaded(Cartographer plugin) |
Constructor and Description |
---|
LocaleManager(Cartographer plugin,
java.io.File dataFolder) |
Modifier and Type | Field and Description |
---|---|
protected Cartographer |
PaletteManager.plugin |
Constructor and Description |
---|
PaletteManager(Cartographer plugin)
Only one PaletteManager is recommended.
|
Modifier and Type | Method and Description |
---|---|
Cartographer |
Module.getCartographer()
Get the Cartographer instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.load(Cartographer plugin,
ModuleDescription description,
java.io.File file)
Developers should not call this.
|
Constructor and Description |
---|
ModuleLoader(ModuleManager manager,
Cartographer plugin) |
Modifier and Type | Field and Description |
---|---|
protected Cartographer |
CartographerRenderer.plugin |
Constructor and Description |
---|
CartographerRenderer(Cartographer plugin,
Minimap map) |