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

Public Member Functions

 StatementDialogue (String... lines)
String[] getLines ()

Detailed Description

The Chainable implementation that represents a dialogue with a single statement; which has no models on the dialogue.

Author
Seven

Definition at line 33 of file StatementDialogue.java.

Constructor & Destructor Documentation

◆ StatementDialogue()

com.osroyale.content.dialogue.StatementDialogue.StatementDialogue ( String... lines)
inline

Creates a new StatementDialogue.

Parameters
linesThe text for this dialogue.

Definition at line 43 of file StatementDialogue.java.

Member Function Documentation

◆ getLines()

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

Gets the text on this dialogue.

Returns
The text.

Definition at line 55 of file StatementDialogue.java.


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