public class ResultSetHomeLocation
extends java.lang.Object
Constructor and Description |
---|
ResultSetHomeLocation(TARDIS plugin,
java.util.HashMap<java.lang.String,java.lang.Object> where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the next locations table.
|
Modifier and Type | Method and Description |
---|---|
COMPASS |
getDirection() |
int |
getHome_id() |
java.lang.String |
getPreset() |
int |
getTardis_id() |
org.bukkit.World |
getWorld() |
int |
getX() |
int |
getY() |
int |
getZ() |
boolean |
isSubmarine() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the destinations table.
|
public ResultSetHomeLocation(TARDIS plugin, java.util.HashMap<java.lang.String,java.lang.Object> where)
plugin
- an instance of the main class.where
- a HashMap<String, Object> of table fields and values to refine the search.public boolean resultSet()
public int getHome_id()
public int getTardis_id()
public org.bukkit.World getWorld()
public int getX()
public int getY()
public int getZ()
public COMPASS getDirection()
public boolean isSubmarine()
public java.lang.String getPreset()