public class ResultSetProgramFromEvent
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 |
---|
ResultSetProgramFromEvent(TARDIS plugin,
java.lang.String uuid,
java.lang.String event)
Creates a class instance that can be used to retrieve an SQL ResultSet from the vaults table.
|
Modifier and Type | Method and Description |
---|---|
Program |
getProgram() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the programs table.
|
public ResultSetProgramFromEvent(TARDIS plugin, java.lang.String uuid, java.lang.String event)
plugin
- an instance of the main class.uuid
- a player UUID to refine the search.event
- an event string to refine the search.public boolean resultSet()
public Program getProgram()