Uses of Class
org.rspeer.game.ItemCategory
-
Packages that use ItemCategory Package Description org.rspeer.game org.rspeer.game.query.component org.rspeer.game.query.scene -
-
Uses of ItemCategory in org.rspeer.game
Methods in org.rspeer.game that return ItemCategory Modifier and Type Method Description static ItemCategoryItemCategory. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ItemCategory[]ItemCategory. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game with parameters of type ItemCategory Modifier and Type Method Description static booleanItemCategory. is(int id, ItemCategory[] categories)Deprecated. -
Uses of ItemCategory in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component with parameters of type ItemCategory Modifier and Type Method Description ItemQueryItemQuery. category(ItemCategory... categories) -
Uses of ItemCategory in org.rspeer.game.query.scene
Methods in org.rspeer.game.query.scene with parameters of type ItemCategory Modifier and Type Method Description PickableQueryPickableQuery. category(ItemCategory... categories)
-