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