public class ResultSetTardisAbandoned
extends java.lang.Object
Constructor and Description |
---|
ResultSetTardisAbandoned(TARDIS plugin)
Creates a class instance that can be used to retrieve an SQL ResultSet from the vaults table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
fromUUID(java.lang.String uuid)
Gets to the TARDIS data required to claim abandon a TARDIS.
|
int |
getArtron_level() |
PRESET |
getPreset() |
SCHEMATIC |
getSchematic() |
int |
getTardis_id() |
boolean |
isHandbrake_on() |
boolean |
isHidden() |
boolean |
isLights_on() |
boolean |
isPowered_on() |
boolean |
isTardis_init() |
public ResultSetTardisAbandoned(TARDIS plugin)
plugin
- an instance of the main class.public boolean fromUUID(java.lang.String uuid)
uuid
- the Time Lord uuid to checkpublic int getTardis_id()
public int getArtron_level()
public SCHEMATIC getSchematic()
public PRESET getPreset()
public boolean isHandbrake_on()
public boolean isHidden()
public boolean isTardis_init()
public boolean isPowered_on()
public boolean isLights_on()