|
| static void | sendInterface (Player player, int interfaceId, int item, int x, int y, int zoom) |
| static void | sendInterface (Player player, int interfaceId, int item, int zoom) |
| static void | sendInterface (Player player, int interfaceId, Item item, int zoom) |
Definition at line 11 of file ChatBoxItemDialogue.java.
◆ ChatBoxItemDialogue()
| com.runehive.content.dialogue.ChatBoxItemDialogue.ChatBoxItemDialogue |
( |
Player | player | ) |
|
|
protected |
◆ clickButton()
| boolean com.runehive.content.dialogue.ChatBoxItemDialogue.clickButton |
( |
int | button | ) |
|
◆ firstOption()
| abstract void com.runehive.content.dialogue.ChatBoxItemDialogue.firstOption |
( |
Player | player | ) |
|
|
abstract |
◆ firstOptionClick()
| void com.runehive.content.dialogue.ChatBoxItemDialogue.firstOptionClick |
( |
Player | player | ) |
|
|
private |
◆ fourthOption()
| abstract void com.runehive.content.dialogue.ChatBoxItemDialogue.fourthOption |
( |
Player | player | ) |
|
|
abstract |
◆ fourthOptionClick()
| void com.runehive.content.dialogue.ChatBoxItemDialogue.fourthOptionClick |
( |
Player | player | ) |
|
|
private |
◆ secondOption()
| abstract void com.runehive.content.dialogue.ChatBoxItemDialogue.secondOption |
( |
Player | player | ) |
|
|
abstract |
◆ secondOptionClick()
| void com.runehive.content.dialogue.ChatBoxItemDialogue.secondOptionClick |
( |
Player | player | ) |
|
|
private |
◆ sendInterface() [1/3]
| void com.runehive.content.dialogue.ChatBoxItemDialogue.sendInterface |
( |
Player | player, |
|
|
int | interfaceId, |
|
|
int | item, |
|
|
int | x, |
|
|
int | y, |
|
|
int | zoom ) |
|
static |
◆ sendInterface() [2/3]
| void com.runehive.content.dialogue.ChatBoxItemDialogue.sendInterface |
( |
Player | player, |
|
|
int | interfaceId, |
|
|
int | item, |
|
|
int | zoom ) |
|
static |
◆ sendInterface() [3/3]
| void com.runehive.content.dialogue.ChatBoxItemDialogue.sendInterface |
( |
Player | player, |
|
|
int | interfaceId, |
|
|
Item | item, |
|
|
int | zoom ) |
|
static |
Definition at line 18 of file ChatBoxItemDialogue.java.
18 {
19 sendInterface(player, interfaceId, item.getId(), 0, 10, zoom);
20 }
References com.runehive.game.world.items.Item.getId(), player, and sendInterface().
Referenced by com.runehive.content.skill.impl.crafting.impl.Spinning.click(), com.runehive.content.skill.impl.crafting.impl.Stringing.craft(), sendInterface(), sendInterface(), com.runehive.content.skill.impl.cooking.Cooking.useItem(), com.runehive.content.skill.impl.herblore.Herblore.useItem(), and com.runehive.content.skill.impl.prayer.BoneSacrifice.useItem().
◆ thirdOption()
| abstract void com.runehive.content.dialogue.ChatBoxItemDialogue.thirdOption |
( |
Player | player | ) |
|
|
abstract |
◆ thirdOptionClick()
| void com.runehive.content.dialogue.ChatBoxItemDialogue.thirdOptionClick |
( |
Player | player | ) |
|
|
private |
◆ player
| final Player com.runehive.content.dialogue.ChatBoxItemDialogue.player |
|
private |
Definition at line 12 of file ChatBoxItemDialogue.java.
Referenced by ChatBoxItemDialogue(), clickButton(), firstOption(), firstOptionClick(), fourthOption(), fourthOptionClick(), secondOption(), secondOptionClick(), sendInterface(), sendInterface(), sendInterface(), thirdOption(), and thirdOptionClick().
The documentation for this class was generated from the following file: