SkillMythicExecutorAction
This event is executed when the skill smExecuteAction
is executed on the entity. (Skill link)
PlaceHolder | Usage | Class/Value |
---|---|---|
$caster$ | caster instance | Link |
$skill_metadata$ | instance of the skillMetaData class | Link |
$skill_abstract_entity$ | abstract entity instance(It is the entity that executes it, for example if it is executed with the onInteract event it will be the player) | Link |
$skill_abstract_entity_uuid$ | UUID of the entity that executes it | |
$caster_entity_uuid$ | Caster UUID |
ClickStorageItemInterfaceAction
This event is executed when we click on an interface item of type ACTION
and that interface item carries the id of the corresponding action. (Item Interface link)
PlaceHolder | Usage | Class/Value |
---|---|---|
$currentPage$ | Page where the event is occurring | |
$currentBukkitInventoryStorage$ | Inventory bukkit instance | Link |
$currentStorageInventory$ | instance of the Storage Inventory class | Link |
$currentStorageInventory_id$ | Storage Inventory instance id | |
$clickedItemInterface$ | instance of ItemInterface class | Link |
$clickedItemInterface_Id$ | interface item id | |
$clickedItemInterface_type$ | the type of the item interface |
CLOSE_STORAGE_PAGE
CloseStoragePageAction
Executed when a storage page is closed.
PlaceHolder | Usage | Class/Value |
---|---|---|
$currentPage$ | Page where the event is occurring | |
$currentBukkitInventoryStorage$ | Inventory bukkit instance | Link |
$currentStorageInventory$ | instance of the Storage Inventory class | Link |
$currentStorageInventory_id$ | Storage Inventory instance id |
OPEN_STORAGE_PAGE
OpenStoragePageAction
Executed when a storage page is opened.
PlaceHolder | Usage | Class/Value |
---|---|---|
$currentPage$ | Page where the event is occurring | |
$currentBukkitInventoryStorage$ | Inventory bukkit instance | Link |
$currentStorageInventory$ | instance of the Storage Inventory class | Link |
$currentStorageInventory_id$ | Storage Inventory instance id |
CLICK_STORAGE_PAGE
ClickStorageItemAction
It is executed when you click on an item in the storage.
PlaceHolder | Usage | Class/Value |
---|---|---|
$currentPage$ | Page where the event is occurring | |
$currentBukkitInventoryStorage$ | Inventory bukkit instance | Link |
$currentStorageInventory$ | instance of the Storage Inventory class | Link |
$currentStorageInventory_id$ | Storage Inventory instance id |