public class ResultSetTardisSign
extends java.lang.Object
Constructor and Description |
---|
ResultSetTardisSign(TARDIS plugin,
java.lang.String where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the tardis table, for use with the
Sign Listener.
|
Modifier and Type | Method and Description |
---|---|
ADAPTION |
getAdaption() |
java.lang.String |
getChameleon() |
java.lang.String |
getOwner() |
java.lang.String |
getSave_sign() |
int |
getTardis_id() |
java.util.UUID |
getUuid() |
int |
getWhich() |
boolean |
isIso_on() |
boolean |
isPowered_on() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the tardis table.
|
public ResultSetTardisSign(TARDIS plugin, java.lang.String where)
plugin
- an instance of the main class.where
- a String value to search for.public boolean resultSet()
public int getTardis_id()
public java.util.UUID getUuid()
public java.lang.String getOwner()
public java.lang.String getSave_sign()
public java.lang.String getChameleon()
public ADAPTION getAdaption()
public boolean isIso_on()
public boolean isPowered_on()
public int getWhich()