Package noppes.npcs.api.handler.data
Interface IDialog
public interface IDialog
-
Method Details
-
getId
int getId() -
getName
String getName() -
setName
-
getText
String getText() -
setText
-
getQuest
IQuest getQuest() -
setQuest
-
getCommand
String getCommand() -
setCommand
-
getOptions
List<IDialogOption> getOptions() -
getOption
- Parameters:
slot
- (0-5)- Returns:
-
getAvailability
IAvailability getAvailability() -
getCategory
IDialogCategory getCategory() -
save
void save()
-