|
RuneHive-Game
|
Public Member Functions | |
| boolean | inventory (Player player, Item item, int opcode) |
| The execution method of the action. | |
| String | name () |
| The name of the action. | |
| Public Member Functions inherited from com.runehive.content.itemaction.ItemAction | |
| int | delay () |
| The item click delay of the action. | |
| boolean | drop (Player player, Item item) |
| boolean | equipment (Player player, Item item, int opcode) |
| boolean | itemOnItem (Player player, Item first, Item second) |
| String | message (Item item) |
| The message of the action. | |
| String | toString () |
Definition at line 7 of file ClanResourceBox.java.
| boolean com.runehive.content.itemaction.impl.ClanResourceBox.inventory | ( | Player | player, |
| Item | item, | ||
| int | opcode ) |
The execution method of the action.
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 15 of file ClanResourceBox.java.
| String com.runehive.content.itemaction.impl.ClanResourceBox.name | ( | ) |
The name of the action.
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 10 of file ClanResourceBox.java.