Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.api.events.renderer |
Events related to CartographerRenderer actions.
|
io.github.bananapuncher714.cartographer.core.map.menu |
Contains classes for creating menus on maps.
|
io.github.bananapuncher714.cartographer.core.renderer |
Contains classes responsible for rendering map items in-game.
|
Modifier and Type | Field and Description |
---|---|
protected MapMenu |
CartographerRendererInteractEvent.menu |
Modifier and Type | Method and Description |
---|---|
MapMenu |
CartographerRendererInteractEvent.getMenu()
Getter for the menu.
|
Constructor and Description |
---|
CartographerRendererInteractEvent(org.bukkit.entity.Player player,
CartographerRenderer renderer,
MapMenu menu,
MapInteraction interaction) |
Modifier and Type | Method and Description |
---|---|
MapMenu |
MapMenu.addComponent(MenuComponent... components) |
Modifier and Type | Field and Description |
---|---|
protected MapMenu |
PlayerSetting.menu |
Modifier and Type | Method and Description |
---|---|
MapMenu |
PlayerSetting.getMenu() |
MapMenu |
CartographerRenderer.getMenu(java.util.UUID uuid) |
Modifier and Type | Method and Description |
---|---|
void |
CartographerRenderer.setMapMenu(java.util.UUID uuid,
MapMenu menu) |