RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.dialogue.Dialogue Class Referenceabstract
Inheritance diagram for com.osroyale.content.dialogue.Dialogue:

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)

Detailed Description

Represents an abstract dialogue, in which extending classes will be able to construct and send dialogues to a player.

Author
Seven

Definition at line 36 of file Dialogue.java.

Member Function Documentation

◆ isDialogueButton()

final boolean com.osroyale.content.dialogue.Dialogue.isDialogueButton ( int button)
inlinestatic

Checks if the button triggered is an optional dialogue button.

Parameters
buttonThe index of the button being checked.
Returns
The result of the operation.

Definition at line 55 of file Dialogue.java.

◆ sendDialogues()

Member Data Documentation

◆ DIALOGUE_BUTTONS

final ImmutableList<Integer> com.osroyale.content.dialogue.Dialogue.DIALOGUE_BUTTONS = ImmutableList.of(2461, 2471, 2482, 2462, 2472, 2483, 2473, 2484, 2485, 2494, 2495, 2496, 2497, 2498)
static

The action buttons responsible for dialogues.

Definition at line 39 of file Dialogue.java.


The documentation for this class was generated from the following file: