Uses of Interface
jag.game.scene.entity.RSNpc
-
Packages that use RSNpc Package Description jag.game jag.game.scene org.rspeer.game.adapter.scene org.rspeer.game.provider.callback -
-
Uses of RSNpc in jag.game
Methods in jag.game that return RSNpc Modifier and Type Method Description default RSNpc
RSClient. getNpc(int index)
Methods in jag.game that return types with arguments of type RSNpc Modifier and Type Method Description default RSTriplyLinkedNodeTable<RSNpc>
RSClient. getNpcs()
-
Uses of RSNpc in jag.game.scene
Methods in jag.game.scene that return types with arguments of type RSNpc Modifier and Type Method Description RSTriplyLinkedNodeTable<RSNpc>
RSWorldMatrix. getNpcs()
-
Uses of RSNpc in org.rspeer.game.adapter.scene
Constructors in org.rspeer.game.adapter.scene with parameters of type RSNpc Constructor Description Npc(RSNpc provider)
-
Uses of RSNpc in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSNpc Modifier and Type Method Description void
EventMediator. notifyNpcCreated(RSNpc npc)
void
EventMediator. notifyNpcUnloading(RSNpc npc, int index)
-