public class ServerContainerQuery extends java.lang.Object implements Query<ServerContainer>
Limitations: - ServerKeys.PLAYERS PlayerContainers PlayerKeys.PER_SERVER only contains information about the queried server.
Blocking methods are not called until DataContainer getter methods are called.
Constructor and Description |
---|
ServerContainerQuery(java.util.UUID serverUUID) |
Modifier and Type | Method and Description |
---|---|
ServerContainer |
executeQuery(SQLDB db) |
public ServerContainer executeQuery(SQLDB db)
executeQuery
in interface Query<ServerContainer>