public interface QuestService
| Type | Property and Description |
|---|---|
javafx.collections.ObservableList<Quest> |
quests |
| Modifier and Type | Method and Description |
|---|---|
void |
addQuest(Quest quest)
Add given quest to service.
|
javafx.collections.ObservableList<Quest> |
questsProperty() |
void |
removeQuest(Quest quest)
Remove the quest from service.
|
javafx.collections.ObservableList<Quest> questsProperty()
void addQuest(Quest quest)
quest - the quest to addvoid removeQuest(Quest quest)
quest - the quest to removeCopyright © 2017. All rights reserved.