public class QuestLoader
extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
| protected DBConnector | DB | 
| Constructor | Description | 
|---|---|
| QuestLoader(DBConnector newDB) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| java.util.List<Quest> | DBRead() | |
| void | DBUpdateQuest(Quest Q) | |
| void | DBUpdateQuests(java.util.List<Quest> quests) | 
protected DBConnector DB
public QuestLoader(DBConnector newDB)