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

Public Member Functions

 InformationDialogue (String title, String...lines)
String getTitle ()
String[] getLines ()

Detailed Description

Handles the information box dialogue.

Author
Daniel

Definition at line 36 of file InformationDialogue.java.

Constructor & Destructor Documentation

◆ InformationDialogue()

com.osroyale.content.dialogue.InformationDialogue.InformationDialogue ( String title,
String... lines )
inline

Constructs a new ItemDialogue.

Parameters
titleThe title of the dialogue.
linesThe context of the dialogue.

Definition at line 50 of file InformationDialogue.java.

Member Function Documentation

◆ getLines()

String[] com.osroyale.content.dialogue.InformationDialogue.getLines ( )
inline

Gets the context of the dialogue.

Returns
The dialogue context.

Definition at line 69 of file InformationDialogue.java.

◆ getTitle()

String com.osroyale.content.dialogue.InformationDialogue.getTitle ( )
inline

Gets the title of the dialogue.

Returns
The dialogue title.

Definition at line 60 of file InformationDialogue.java.


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