Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.listeners | |
com.comphenix.xp.mods |
Modifier and Type | Method and Description |
---|---|
void |
ExperienceMod.processInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event,
BlockResponse response)
Handles the given inventory event using the default behavior for the given inventory type.
|
Modifier and Type | Method and Description |
---|---|
void |
ExperienceItemListener.processInventory(org.bukkit.event.inventory.InventoryClickEvent event,
BlockResponse response)
Handles the given inventory event using the default behavior for the given inventory type.
|
Modifier and Type | Field and Description |
---|---|
static BlockResponse |
BlockResponse.CUSTOM
A response indicating success, but that that ExperienceMod should leave everything up to the caller.
|
static BlockResponse |
BlockResponse.FAILURE
A response indicating failure.
|
Modifier and Type | Method and Description |
---|---|
BlockResponse |
StandardBlockService.processClickEvent(org.bukkit.event.inventory.InventoryClickEvent event,
ItemQuery block) |
BlockResponse |
BlockService.processClickEvent(org.bukkit.event.inventory.InventoryClickEvent event,
ItemQuery block)
Called when a player has interacted with an inventory.
|
BlockResponse |
CustomBlockProviders.processInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event,
ItemQuery block)
Processes the given inventory click event with every registered block service,
starting with the default block service.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
BlockResponse.isSuccessful(BlockResponse response)
Determines if a given block response is successful.
|