RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
ItemDialogue (String title, String context, int item) | |
String | getTitle () |
String | getContext () |
int | getItem () |
Handles the item on dialogue.
Definition at line 38 of file ItemDialogue.java.
|
inline |
Constructs a new ItemDialogue
.
title | The title of the dialogue. |
context | The context of the dialogue. |
item | The item being displayed on the dialogue. |
Definition at line 56 of file ItemDialogue.java.
|
inline |
Gets the context of the dialogue.
Definition at line 76 of file ItemDialogue.java.
|
inline |
Gets the item display of the dialogue.
Definition at line 85 of file ItemDialogue.java.
|
inline |
Gets the title of the dialogue.
Definition at line 67 of file ItemDialogue.java.