|
RuneHive-Game
|
Represents an abstract dialogue, in which extending classes will be able to construct and send dialogues to a player. More...
Public Member Functions | |
| abstract void | sendDialogues (DialogueFactory factory) |
| Sends a player a dialogue. | |
Static Public Member Functions | |
| static final boolean | isDialogueButton (int button) |
| Checks if the button triggered is an optional dialogue button. | |
Static Public Attributes | |
| static final ImmutableList< Integer > | DIALOGUE_BUTTONS = ImmutableList.of(2461, 2471, 2482, 2462, 2472, 2483, 2473, 2484, 2485, 2494, 2495, 2496, 2497, 2498) |
| The action buttons responsible for dialogues. | |
Represents an abstract dialogue, in which extending classes will be able to construct and send dialogues to a player.
Definition at line 11 of file Dialogue.java.
|
static |
Checks if the button triggered is an optional dialogue button.
| button | The index of the button being checked. |
Definition at line 30 of file Dialogue.java.
References DIALOGUE_BUTTONS.
|
abstract |
Sends a player a dialogue.
| factory | The factory for this dialogue. |
Reimplemented in com.runehive.content.ai.AIDialogueHandler, com.runehive.content.dialogue.impl.ClanmasterDialogue, com.runehive.content.dialogue.impl.ClanRankDialogue, com.runehive.content.dialogue.impl.ConstructionDialogue, com.runehive.content.dialogue.impl.KamfreenaDialogue, com.runehive.content.dialogue.impl.LootshareDialogue, com.runehive.content.dialogue.impl.NieveDialogue, com.runehive.content.dialogue.impl.PrestigeDialogue, com.runehive.content.dialogue.impl.RoyalKingDialogue, com.runehive.content.dialogue.impl.VoteDialogue, and com.runehive.content.dialogue.impl.WellOfGoodwillDialogue.
|
static |
The action buttons responsible for dialogues.
Definition at line 14 of file Dialogue.java.
Referenced by isDialogueButton().