Handles executing an item action.
boolean equipment(Player player, Item item, int opcode)
boolean drop(Player player, Item item)
String message(Item item)
The message of the action.
int delay()
The item click delay of the action.
boolean itemOnItem(Player player, Item first, Item second)
boolean inventory(Player player, Item item, int opcode)
The execution method of the action.