public class ResultSetCompanions
extends java.lang.Object
Constructor and Description |
---|
ResultSetCompanions(TARDIS plugin,
int id)
Creates a class instance that can be used to retrieve an SQL ResultSet from the current locations table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.UUID> |
getCompanions()
Retrieves list of companion UUIDs from the tardis table.
|
public ResultSetCompanions(TARDIS plugin, int id)
plugin
- an instance of the main class.id
- the TARDIS id to get the companions for.