public class ResultSetTardisArtron
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 |
---|
ResultSetTardisArtron(TARDIS plugin)
Creates a class instance that can be used to retrieve an SQL ResultSet from the vaults table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
fromID(int id)
Gets to the Artron energy level of a TARDIS.
|
boolean |
fromUUID(java.lang.String uuid)
Gets to the Artron energy level of a TARDIS.
|
int |
getArtronLevel() |
public ResultSetTardisArtron(TARDIS plugin)
plugin
- an instance of the main class.public boolean fromUUID(java.lang.String uuid)
uuid
- the Time Lord uuid to checkpublic boolean fromID(int id)
id
- the Tardis ID to checkpublic int getArtronLevel()