|
RuneHive-Game
|
Public Member Functions | |
| int | delay () |
| The item click delay of the action. | |
| boolean | inventory (Player player, Item item, int opcode) |
| The execution method of the action. | |
| String | message (Item item) |
| The message of the action. | |
| String | name () |
| The name of the action. | |
| Public Member Functions inherited from com.runehive.content.itemaction.ItemAction | |
| boolean | drop (Player player, Item item) |
| boolean | equipment (Player player, Item item, int opcode) |
| boolean | itemOnItem (Player player, Item first, Item second) |
| String | toString () |
Static Private Attributes | |
| static final Item[] | CAMO_CLOTHING = {new Item(6656), new Item(6654), new Item(6655)} |
| static final EmoteUnlockable[] | EMOTES = {EmoteUnlockable.SIT_UP, EmoteUnlockable.PUSH_UP, EmoteUnlockable.JUMPING_JACK, EmoteUnlockable.JOG} |
Definition at line 11 of file DrillDemonBox.java.
| int com.runehive.content.itemaction.impl.DrillDemonBox.delay | ( | ) |
The item click delay of the action.
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 28 of file DrillDemonBox.java.
| boolean com.runehive.content.itemaction.impl.DrillDemonBox.inventory | ( | Player | player, |
| Item | item, | ||
| int | opcode ) |
The execution method of the action.
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 33 of file DrillDemonBox.java.
References com.runehive.game.world.items.containers.ItemContainer.add(), CAMO_CLOTHING, com.runehive.content.emote.EmoteHandler.containsAll(), EMOTES, com.runehive.game.world.entity.mob.player.Player.emoteUnlockable, com.runehive.util.Utility.formatName(), com.runehive.game.world.items.Item.getName(), com.runehive.game.world.entity.mob.player.Player.inventory, com.runehive.util.Utility.random(), com.runehive.util.Utility.randomElement(), com.runehive.content.emote.EmoteHandler.refresh(), com.runehive.game.world.items.containers.ItemContainer.remove(), com.runehive.content.emote.EmoteHandler.selectRandom(), and com.runehive.game.world.entity.mob.player.Player.send().
| String com.runehive.content.itemaction.impl.DrillDemonBox.message | ( | Item | item | ) |
The message of the action.
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 23 of file DrillDemonBox.java.
| String com.runehive.content.itemaction.impl.DrillDemonBox.name | ( | ) |
The name of the action.
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 18 of file DrillDemonBox.java.
|
staticprivate |
Definition at line 15 of file DrillDemonBox.java.
Referenced by inventory().
|
staticprivate |
Definition at line 13 of file DrillDemonBox.java.
Referenced by inventory().