public class ResultSetVoid
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 |
---|
ResultSetVoid(TARDIS plugin,
int tardis_id)
Creates a class instance that can be used to retrieve an SQL ResultSet from the thevoid table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasUpdatedToVOID()
Attempts to see whether the supplied TARDIS id is in the thevoid table.
|
public ResultSetVoid(TARDIS plugin, int tardis_id)
plugin
- an instance of the main class.tardis_id
- the TARDIS id to checkpublic boolean hasUpdatedToVOID()