Class ItemQuery
java.lang.Object
org.rspeer.game.query.Query<Item, ItemQuery, ItemQueryResults>
org.rspeer.game.query.component.ItemQuery
- All Implemented Interfaces:
Cloneable, Predicate<Item>, org.rspeer.commons.typing.SelfTyped<ItemQuery>, Actionable.Query<ItemQuery>, Identifiable.Query<ItemQuery>, Nameable.Query<ItemQuery>
public class ItemQuery
extends Query<Item, ItemQuery, ItemQueryResults>
implements Actionable.Query<ItemQuery>, Identifiable.Query<ItemQuery>, Nameable.Query<ItemQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategory(ItemCategory... categories) Deprecated.count(int minInclusive) count(int minInclusive, int maxInclusive) ids(int... ids) nameContains(String... names) noted()noted(boolean noted) self()slots(int... slots) stackSize(int minInclusive) stackSize(int minInclusive, int maxInclusive) booleanunnoted()
-
Constructor Details
-
ItemQuery
-
-
Method Details
-
getDefaultProvider
- Specified by:
getDefaultProviderin classQuery<Item, ItemQuery, ItemQueryResults>
-
ids
- Specified by:
idsin interfaceIdentifiable.Query<ItemQuery>
-
names
- Specified by:
namesin interfaceNameable.Query<ItemQuery>
-
nameContains
- Specified by:
nameContainsin interfaceNameable.Query<ItemQuery>
-
names
- Specified by:
namesin interfaceNameable.Query<ItemQuery>
-
actions
- Specified by:
actionsin interfaceActionable.Query<ItemQuery>
-
slots
-
stackable
-
nonstackable
-
noted
-
noted
-
unnoted
-
stackSize
-
stackSize
-
count
-
count
-
category
Deprecated. -
test
-
self
-