public class ResultSetSmelter
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 |
---|
ResultSetSmelter(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.util.List<org.bukkit.block.Chest> |
getFuelChests() |
java.lang.String |
getLocation() |
java.util.List<org.bukkit.block.Chest> |
getOreChests() |
int |
getSmelter_id() |
int |
getTardis_id() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the vaults table.
|
public ResultSetSmelter(TARDIS plugin, java.lang.String where)
plugin
- an instance of the main class.where
- the location of the smelter chest.public boolean resultSet()
public int getSmelter_id()
public int getTardis_id()
public java.lang.String getLocation()
public java.util.List<org.bukkit.block.Chest> getFuelChests()
public java.util.List<org.bukkit.block.Chest> getOreChests()