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 org.rspeer.game.component.tdi -
-
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()Deprecated. -
Uses of ItemDefinition in org.rspeer.game
Methods in org.rspeer.game that return ItemDefinition Modifier and Type Method Description static ItemDefinitionDefinitions. getFuzzyItem(String name, Predicate<ItemDefinition> predicate)static ItemDefinitionDefinitions. getItem(int id)static ItemDefinitionDefinitions. getItem(String name, Predicate<ItemDefinition> predicate)Gets anItemDefinitionby name matching the given predicatestatic ItemDefinitionDefinitions. getMaxConsumableFuzzyItem(String name)4 dose infixes:" potion", " brew", "super ", " balm", "serum" "venom" "poison", " balance", "antifire", " remedy", "antidote", " restMethods 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 ItemDefinitionDefinitions. getFuzzyItem(String name, Predicate<ItemDefinition> predicate)static ItemDefinitionDefinitions. getItem(String name, Predicate<ItemDefinition> predicate)Gets anItemDefinitionby 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 ItemDefinitionPickable. getDefinition() -
Uses of ItemDefinition in org.rspeer.game.component
Methods in org.rspeer.game.component that return ItemDefinition Modifier and Type Method Description ItemDefinitionItem. getDefinition() -
Uses of ItemDefinition in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return ItemDefinition Modifier and Type Method Description default ItemDefinitionSpell. getItemDefinition()
-