| Modifier and Type | Field and Description |
|---|---|
protected Database |
db |
static boolean |
debug |
protected File |
pluginsFolder |
| Modifier | Constructor and Description |
|---|---|
protected |
Importer(Database db,
File pluginsFolder,
Runnable runnable)
Instantiates a new Importer
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finished()
Needs to be called when successfully finished.
|
protected HashMap<UUID,org.bukkit.entity.EntityType> |
getEntities() |
protected org.bukkit.entity.ItemFrame |
getItemFrame(String worldName,
int x,
int y,
int z) |
protected User |
getUser(String name) |
protected Map<String,UUID> |
getUsers(List<String> names) |
abstract void |
run()
Import all database entries from the source into the given database.
|
public static boolean debug
protected final Database db
protected final File pluginsFolder
public abstract void run()
protected void finished()
protected org.bukkit.entity.ItemFrame getItemFrame(String worldName, int x, int y, int z)
Copyright © 2015. All rights reserved.