RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
abstract void | sendDialogues (DialogueFactory factory) |
Static Public Member Functions | |
static final boolean | isDialogueButton (int 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) |
Represents an abstract dialogue, in which extending classes will be able to construct and send dialogues to a player.
Definition at line 36 of file Dialogue.java.
|
inlinestatic |
Checks if the button triggered is an optional dialogue button.
button | The index of the button being checked. |
Definition at line 55 of file Dialogue.java.
|
abstract |
Sends a player a dialogue.
factory | The factory for this dialogue. |
Reimplemented in com.osroyale.content.dialogue.impl.ClanmasterDialogue, com.osroyale.content.dialogue.impl.ClanRankDialogue, com.osroyale.content.dialogue.impl.ConstructionDialogue, com.osroyale.content.dialogue.impl.KamfreenaDialogue, com.osroyale.content.dialogue.impl.LootshareDialogue, com.osroyale.content.dialogue.impl.NieveDialogue, com.osroyale.content.dialogue.impl.PrestigeDialogue, com.osroyale.content.dialogue.impl.RoyalKingDialogue, com.osroyale.content.dialogue.impl.VoteDialogue, and com.osroyale.content.dialogue.impl.WellOfGoodwillDialogue.
|
static |
The action buttons responsible for dialogues.
Definition at line 39 of file Dialogue.java.