Uses of Class
org.rspeer.game.adapter.definition.NpcDefinition
-
Packages that use NpcDefinition Package Description org.rspeer.game org.rspeer.game.adapter.scene -
-
Uses of NpcDefinition in org.rspeer.game
Methods in org.rspeer.game that return NpcDefinition Modifier and Type Method Description static NpcDefinition
Definitions. getNpc(int id)
Methods in org.rspeer.game that return types with arguments of type NpcDefinition Modifier and Type Method Description static Map<Integer,NpcDefinition>
Definitions. getNpcs()
-
Uses of NpcDefinition in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return NpcDefinition Modifier and Type Method Description NpcDefinition
Npc. getDefinition()
-