Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core | |
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 | Method and Description |
---|---|
void |
MinimapManager.activate(org.bukkit.entity.Player player,
MapInteraction interaction) |
Modifier and Type | Field and Description |
---|---|
protected MapInteraction |
CartographerRendererInteractEvent.interaction |
Modifier and Type | Method and Description |
---|---|
MapInteraction |
CartographerRendererInteractEvent.getInteraction()
The interaction the player attempted to perform.
|
Constructor and Description |
---|
CartographerRendererInteractEvent(org.bukkit.entity.Player player,
CartographerRenderer renderer,
MapMenu menu,
MapInteraction interaction) |
Modifier and Type | Method and Description |
---|---|
static MapInteraction |
MapInteraction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapInteraction[] |
MapInteraction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MenuComponent.onInteract(org.bukkit.entity.Player player,
double x,
double y,
MapInteraction interaction)
Called when a player interacts with a menu, either from pressing Q, or CTRL+Q.
|
Modifier and Type | Field and Description |
---|---|
protected MapInteraction |
PlayerSetting.interaction |
Modifier and Type | Method and Description |
---|---|
MapInteraction |
PlayerSetting.getInteraction() |
Modifier and Type | Method and Description |
---|---|
void |
CartographerRenderer.interact(org.bukkit.entity.Player player,
MapInteraction interaction) |