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 ItemCategory
ItemCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemCategory[]
ItemCategory. values()
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 boolean
ItemCategory. is(int id, ItemCategory[] categories)
-
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 ItemQuery
ItemQuery. 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 PickableQuery
PickableQuery. category(ItemCategory... categories)
-