Uses of Interface
jag.game.scene.entity.RSNpc
-
Packages that use RSNpc Package Description jag.game.scene org.rspeer.game.adapter.scene org.rspeer.game.provider.callback -
-
Uses of RSNpc in jag.game.scene
Methods in jag.game.scene that return RSNpc Modifier and Type Method Description default RSNpcRSWorldMatrix. getNpc(int index)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, RSWorldMatrix matrix) -
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 voidEventMediator. notifyNpcCreated(RSNpc npc)voidEventMediator. notifyNpcUnloading(RSNpc npc)
-