public class ServerPlayerContainersQuery extends java.lang.Object implements Query<java.util.List<PlayerContainer>>
Limitations: - PlayerContainers do not support: PlayerKeys WORLD_TIMES, PLAYER_KILLS, PLAYER_KILL_COUNT - PlayerContainers PlayerKeys.PER_SERVER does not support: PerServerKeys WORLD_TIMES, PLAYER_KILLS, PLAYER_KILL_COUNT
Blocking methods are not called until DataContainer getter methods are called.
Constructor and Description |
---|
ServerPlayerContainersQuery(java.util.UUID serverUUID) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PlayerContainer> |
executeQuery(SQLDB db) |
public ServerPlayerContainersQuery(java.util.UUID serverUUID)
public java.util.List<PlayerContainer> executeQuery(SQLDB db)
executeQuery
in interface Query<java.util.List<PlayerContainer>>