public abstract class SimpleIdQuery<K extends SimpleIdentifiable> extends SimpleQuery<SimpleIdQuery<K>,K>
| Modifier and Type | Method and Description |
|---|---|
SimpleIdQuery<K> |
filter(int... ids)
Will filter out all projectiles whose id isn't one of the elements inside of the {ids} array
|
contains, filter, isEmpty, iterator, next, peekNext, populate, population, reverse, shuffle, size, sort, toStreampublic SimpleIdQuery<K> filter(int... ids)
ids - array of ids for our filter