RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
PlayerDialogue (String... lines) | |
PlayerDialogue (Expression expression, String... lines) | |
Expression | getExpression () |
String[] | getLines () |
A Chainable
implementation that represents a player talking.
Definition at line 36 of file PlayerDialogue.java.
|
inline |
Creates a new PlayerDialogue
with a default expression of DEFAULT
.
lines | The text for this dialogue. |
Definition at line 49 of file PlayerDialogue.java.
|
inline |
Creates a new PlayerDialogue
.
expression | The expression for this dialogue. |
lines | The text for this dialogue. |
Definition at line 59 of file PlayerDialogue.java.
|
inline |
Gets the expression of this player.
Definition at line 69 of file PlayerDialogue.java.
|
inline |
Gets the text for this dialogue.
Definition at line 78 of file PlayerDialogue.java.