Uses of Class
org.rspeer.game.adapter.definition.ItemDefinition
-
Packages that use ItemDefinition Package Description org.rspeer.commons.wiki org.rspeer.game org.rspeer.game.adapter.scene org.rspeer.game.component -
-
Uses of ItemDefinition in org.rspeer.commons.wiki
Methods in org.rspeer.commons.wiki that return types with arguments of type ItemDefinition Modifier and Type Method Description List<ItemDefinition>
ItemVariation. getDefinitions()
-
Uses of ItemDefinition in org.rspeer.game
Methods in org.rspeer.game that return ItemDefinition Modifier and Type Method Description static ItemDefinition
Definitions. getFuzzyItem(String name, Predicate<ItemDefinition> predicate)
static ItemDefinition
Definitions. getItem(int id)
static ItemDefinition
Definitions. getItem(String name, Predicate<ItemDefinition> predicate)
Gets anItemDefinition
by name matching the given predicateMethods in org.rspeer.game that return types with arguments of type ItemDefinition Modifier and Type Method Description static Map<Integer,ItemDefinition>
Definitions. getItems()
Method parameters in org.rspeer.game with type arguments of type ItemDefinition Modifier and Type Method Description static ItemDefinition
Definitions. getFuzzyItem(String name, Predicate<ItemDefinition> predicate)
static ItemDefinition
Definitions. getItem(String name, Predicate<ItemDefinition> predicate)
Gets anItemDefinition
by name matching the given predicate -
Uses of ItemDefinition in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return ItemDefinition Modifier and Type Method Description ItemDefinition
Pickable. getDefinition()
-
Uses of ItemDefinition in org.rspeer.game.component
Methods in org.rspeer.game.component that return ItemDefinition Modifier and Type Method Description ItemDefinition
Item. getDefinition()
-