public class ResultSetVault
extends java.lang.Object
Control types: 0 = handbrake 1 = random button 2 = x-repeater 3 = z-repeater 4 = multiplier-repeater 5 = environment-repeater 6 = artron button
Constructor and Description |
---|
ResultSetVault(TARDIS plugin,
int id)
Creates a class instance that can be used to retrieve an SQL ResultSet from the vaults table.
|
ResultSetVault(TARDIS plugin,
java.lang.String where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the vaults table.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocation() |
int |
getTardis_id() |
int |
getVault_id() |
int |
getX() |
int |
getY() |
int |
getZ() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the vaults table.
|
public ResultSetVault(TARDIS plugin, java.lang.String where)
plugin
- an instance of the main class.where
- the location of the drop chest.public ResultSetVault(TARDIS plugin, int id)
plugin
- an instance of the main class.id
- the tardis_id of the player updating the drop chest.public boolean resultSet()
public int getVault_id()
public int getTardis_id()
public java.lang.String getLocation()
public int getX()
public int getY()
public int getZ()