Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkLoadedEvent
Called after a chunk has been loaded from the file or externally.
|
class |
ChunkPreProcessEvent
Called before a task gets submitted to the executor service to render a chunk.
|
class |
ChunkProcessedEvent
Called whenever a chunk has been finished processing, not from file.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocaleChangeEvent |
class |
LocaleFinishReloadEvent |
Modifier and Type | Class and Description |
---|---|
class |
MapUpdateBlockEvent
Called before updating of the block starts for a given
Minimap with the MapPalette provided. |
class |
MinimapDeleteEvent
Called before a
Minimap is about to be deleted. |
class |
MinimapEvent
Event pertaining to minimaps mainly.
|
class |
MinimapLoadEvent
Called after a
Minimap gets loaded completely. |
class |
MinimapUnloadEvent
Called before a
Minimap gets unloaded. |
Modifier and Type | Class and Description |
---|---|
class |
ModuleDisableEvent
Called after a
Module gets disabled. |
class |
ModuleEnableEvent
Called after a
Module finishes enabling. |
class |
ModuleEvent
Event pertaining to a
Module . |
class |
ModuleLoadEvent
Called after a
Module gets fully loaded, normally called once. |
Modifier and Type | Class and Description |
---|---|
class |
MapViewerChangeSettingEvent<T extends java.lang.Comparable<T>> |
class |
MapViewerCreateEvent |
class |
MapViewerEvent |
Modifier and Type | Class and Description |
---|---|
class |
CartographerRendererActivateEvent
Called whenever a map is in a player's hand and gets activated.
|
class |
CartographerRendererCreateEvent
Called whenever a new
CartographerRenderer has been created. |
class |
CartographerRendererDeactivateEvent |
class |
CartographerRendererDisabledEvent
Called whenever the renderer is attempting to render a disable map, such as when the player is in a blacklisted world.
|
class |
CartographerRendererEvent
Base event related to
CartographerRenderer . |
class |
CartographerRendererInteractEvent
Called whenever a player attempts to interact with a
CartographerRenderer when there is a menu active. |