|
RuneHive-Game
|
Public Member Functions | |
| boolean | equipment (Player player, Item item, int opcode) |
| 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 | itemOnItem (Player player, Item first, Item second) |
| String | message (Item item) |
| The message of the action. | |
| String | toString () |
Private Member Functions | |
| void | empty (Player player) |
| void | inspect (Player player) |
Definition at line 10 of file DragonfireShield.java.
|
private |
Definition at line 27 of file DragonfireShield.java.
References com.runehive.game.world.entity.mob.player.Player.dragonfireCharges, com.runehive.game.world.entity.mob.Mob.graphic, com.runehive.game.world.entity.mob.player.Player.inventory, com.runehive.game.world.entity.mob.player.Player.message(), and com.runehive.game.world.items.containers.ItemContainer.replace().
Referenced by inventory().
| boolean com.runehive.content.itemaction.impl.DragonfireShield.equipment | ( | Player | player, |
| Item | item, | ||
| int | opcode ) |
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 43 of file DragonfireShield.java.
References com.runehive.game.world.entity.mob.player.Player.dragonfireCharges, com.runehive.game.world.entity.mob.player.Player.dragonfireUsed, com.runehive.game.world.entity.combat.strategy.player.custom.DragonfireShieldStrategy.get(), com.runehive.game.world.entity.mob.player.Player.getCombat(), com.runehive.game.world.entity.mob.Mob.getCurrentHealth(), com.runehive.game.world.entity.mob.Mob.isDead(), and com.runehive.game.world.entity.mob.player.Player.message().
|
private |
Definition at line 38 of file DragonfireShield.java.
References com.runehive.game.world.entity.mob.player.Player.dragonfireCharges, and com.runehive.game.world.entity.mob.player.Player.message().
Referenced by inventory().
| boolean com.runehive.content.itemaction.impl.DragonfireShield.inventory | ( | Player | player, |
| Item | item, | ||
| int | opcode ) |
The execution method of the action.
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 18 of file DragonfireShield.java.
References empty(), and inspect().
| String com.runehive.content.itemaction.impl.DragonfireShield.name | ( | ) |
The name of the action.
Reimplemented from com.runehive.content.itemaction.ItemAction.
Definition at line 13 of file DragonfireShield.java.