public class ResultSetConsole
extends java.lang.Object
Constructor and Description |
---|
ResultSetConsole(TARDIS plugin,
int tardis_id)
Creates a class instance that can be used to retrieve an SQL ResultSet from the blocks table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
artronData()
Retrieves an SQL ResultSet from the tardis, current and controls tables.
|
int |
getArtronLevel() |
java.lang.String |
getBiome() |
java.lang.String |
getLocation() |
java.lang.String |
getPreset() |
org.bukkit.block.Block |
getSign() |
int |
getTardis_id() |
java.lang.String |
getWorld() |
boolean |
locationData()
Retrieves an SQL ResultSet from the tardis, current and controls tables.
|
public ResultSetConsole(TARDIS plugin, int tardis_id)
plugin
- - an instance of the main classtardis_id
- - the tardis_id to get the data forpublic boolean locationData()
public boolean artronData()
public org.bukkit.block.Block getSign()
public int getTardis_id()
public java.lang.String getPreset()
public java.lang.String getWorld()
public java.lang.String getLocation()
public java.lang.String getBiome()
public int getArtronLevel()