public class ResultSetFarming
extends java.lang.Object
Constructor and Description |
---|
ResultSetFarming(TARDIS plugin,
int tardis_id)
Creates a class instance that can be used to retrieve an SQL ResultSet from the farming table.
|
Modifier and Type | Method and Description |
---|---|
Farm |
getFarming() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the farming table.
|
public ResultSetFarming(TARDIS plugin, int tardis_id)
plugin
- an instance of the main class.tardis_id
- the id of the TARDIS to get the farm locations for.public boolean resultSet()
public Farm getFarming()