public class ResultSetTransmat
extends java.lang.Object
Constructor and Description |
---|
ResultSetTransmat(TARDIS plugin,
int id,
java.lang.String name)
Creates a class instance that can be used to retrieve an SQL ResultSet from the transmats table.
|
Modifier and Type | Method and Description |
---|---|
org.bukkit.Location |
getLocation() |
int |
getTardis_id() |
int |
getTransmat_id() |
java.lang.String |
getTransmat_name() |
java.lang.String |
getWorld() |
float |
getX() |
float |
getY() |
float |
getYaw() |
float |
getZ() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the transmats table.
|
public ResultSetTransmat(TARDIS plugin, int id, java.lang.String name)
plugin
- an instance of the main class.id
- the TARDIS id to refine the search.name
- the name of the transmat location to refine the search.public boolean resultSet()
public int getTransmat_id()
public int getTardis_id()
public java.lang.String getTransmat_name()
public java.lang.String getWorld()
public float getX()
public float getY()
public float getZ()
public float getYaw()
public org.bukkit.Location getLocation()