public class AllPlayerContainersQuery 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 |
---|
AllPlayerContainersQuery() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PlayerContainer> |
executeQuery(SQLDB db) |
public java.util.List<PlayerContainer> executeQuery(SQLDB db)
executeQuery
in interface Query<java.util.List<PlayerContainer>>