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