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

Public Member Functions

 ItemDialogue (String title, String context, int item)
String getTitle ()
String getContext ()
int getItem ()

Detailed Description

Handles the item on dialogue.

Author
Daniel

Definition at line 38 of file ItemDialogue.java.

Constructor & Destructor Documentation

◆ ItemDialogue()

com.osroyale.content.dialogue.ItemDialogue.ItemDialogue ( String title,
String context,
int item )
inline

Constructs a new ItemDialogue.

Parameters
titleThe title of the dialogue.
contextThe context of the dialogue.
itemThe item being displayed on the dialogue.

Definition at line 56 of file ItemDialogue.java.

Member Function Documentation

◆ getContext()

String com.osroyale.content.dialogue.ItemDialogue.getContext ( )
inline

Gets the context of the dialogue.

Returns
The dialogue context.

Definition at line 76 of file ItemDialogue.java.

◆ getItem()

int com.osroyale.content.dialogue.ItemDialogue.getItem ( )
inline

Gets the item display of the dialogue.

Returns
The item being displayed on the dialogue.

Definition at line 85 of file ItemDialogue.java.

◆ getTitle()

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

Gets the title of the dialogue.

Returns
The dialogue title.

Definition at line 67 of file ItemDialogue.java.


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