public class ResultSetRepeaters
extends java.lang.Object
Control types: 2 = environment-repeater 3 = x-repeater 4 = z-repeater 5 = y-repeater
Constructor and Description |
---|
ResultSetRepeaters(TARDIS plugin,
int id,
int secondary)
Creates a class instance that can be used to retrieve an SQL ResultSet from the controls table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.bukkit.Location> |
getLocations() |
int[] |
getRepeaters() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the controls table.
|
public ResultSetRepeaters(TARDIS plugin, int id, int secondary)
plugin
- an instance of the main class.id
- the TARDIS id to search for.secondary
- the level of control to look for.public boolean resultSet()
public int[] getRepeaters()
public java.util.List<org.bukkit.Location> getLocations()