Uses of Class
org.rspeer.game.parameter.ItemParameter
-
Packages that use ItemParameter Package Description org.rspeer.game.adapter.definition org.rspeer.game.component org.rspeer.game.parameter -
-
Uses of ItemParameter in org.rspeer.game.adapter.definition
Methods in org.rspeer.game.adapter.definition with parameters of type ItemParameter Modifier and Type Method Description intItemDefinition. getParameter(ItemParameter parameter) -
Uses of ItemParameter in org.rspeer.game.component
Methods in org.rspeer.game.component with parameters of type ItemParameter Modifier and Type Method Description intItem. getParameter(ItemParameter parameter) -
Uses of ItemParameter in org.rspeer.game.parameter
Methods in org.rspeer.game.parameter that return ItemParameter Modifier and Type Method Description static ItemParameterItemParameter. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemParameter[]ItemParameter. values()Returns an array containing the constants of this enum type, in the order they are declared.
-