public class ResultSetForcefield
extends java.lang.Object
Constructor and Description |
---|
ResultSetForcefield(TARDIS plugin,
java.lang.String where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the current locations table.
|
Modifier and Type | Method and Description |
---|---|
org.bukkit.Location |
getLocation() |
java.util.UUID |
getUuid() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the destinations table.
|
public ResultSetForcefield(TARDIS plugin, java.lang.String 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 java.util.UUID getUuid()
public org.bukkit.Location getLocation()