RuneHive-Game
Loading...
Searching...
No Matches
Package com.runehive.content.dialogue

Packages

package  impl

Classes

interface  Chainable
 The chain-able itemcontainer that allows implementing dialogue factories the ability to chain together. More...
class  ChatBoxItemDialogue
class  Dialogue
 Represents an abstract dialogue, in which extending classes will be able to construct and send dialogues to a player. More...
class  DialogueFactory
 Represents a factory class that contains important functions for building dialogues. More...
enum  Expression
 Represents the expressions of entities for dialogue. More...
class  InformationDialogue
 Handles the information box dialogue. More...
class  ItemDialogue
 Handles the item on dialogue. More...
class  NpcDialogue
 The Chainable implementation that represents dialogue in which an NPC is talking. More...
class  OptionDialogue
 The Chainable implementation that represents a dialogue in which options are given to the player. More...
class  PlayerDialogue
 A Chainable implementation that represents a player talking. More...
class  StatementDialogue
 The Chainable implementation that represents a dialogue with a single statement; which has no models on the dialogue. More...