|
RuneHive-Game
|
Handles the prestige dialogue. More...
Public Member Functions | |
| void | sendDialogues (DialogueFactory factory) |
| Sends a player a dialogue. | |
Private Member Functions | |
| void | explainPerks (DialogueFactory factory) |
| void | explainPrestige (DialogueFactory factory) |
Static Private Attributes | |
| static final int | POLLY = 345 |
| The dialogue npc identification. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from com.runehive.content.dialogue.Dialogue | |
| static final boolean | isDialogueButton (int button) |
| Checks if the button triggered is an optional dialogue button. | |
| Static Public Attributes inherited from com.runehive.content.dialogue.Dialogue | |
| 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. | |
Handles the prestige dialogue.
Definition at line 13 of file PrestigeDialogue.java.
|
private |
Definition at line 32 of file PrestigeDialogue.java.
References com.runehive.content.dialogue.Expression.HAPPY, POLLY, and com.runehive.content.dialogue.DialogueFactory.sendNpcChat().
Referenced by sendDialogues().
|
private |
Definition at line 26 of file PrestigeDialogue.java.
References com.runehive.content.dialogue.Expression.HAPPY, POLLY, and com.runehive.content.dialogue.DialogueFactory.sendNpcChat().
Referenced by sendDialogues().
| void com.runehive.content.dialogue.impl.PrestigeDialogue.sendDialogues | ( | DialogueFactory | factory | ) |
Sends a player a dialogue.
| factory | The factory for this dialogue. |
Reimplemented from com.runehive.content.dialogue.Dialogue.
Definition at line 19 of file PrestigeDialogue.java.
References com.runehive.content.dialogue.DialogueFactory.execute(), explainPerks(), explainPrestige(), com.runehive.content.dialogue.DialogueFactory.getPlayer(), com.runehive.content.dialogue.Expression.HAPPY, POLLY, com.runehive.content.dialogue.DialogueFactory.sendNpcChat(), and com.runehive.content.dialogue.DialogueFactory.sendOption().
|
staticprivate |
The dialogue npc identification.
Definition at line 16 of file PrestigeDialogue.java.
Referenced by explainPerks(), explainPrestige(), and sendDialogues().