|
RuneHive-Game
|
Public Member Functions | |
| FirstNpcClick (Npc npc) | |
| Public Member Functions inherited from com.runehive.content.event.impl.NpcInteractionEvent | |
| Npc | getNpc () |
| int | getOpcode () |
| NpcInteractionEvent (InteractionType type, Npc npc, int opcode) | |
| Public Member Functions inherited from com.runehive.content.event.InteractionEvent | |
| InteractionType | getType () |
| boolean | isHandled () |
| void | setHandled (boolean handled) |
Additional Inherited Members | |
| Protected Member Functions inherited from com.runehive.content.event.InteractionEvent | |
| InteractionEvent (InteractionType type) | |
Definition at line 5 of file FirstNpcClick.java.
| com.runehive.content.event.impl.FirstNpcClick.FirstNpcClick | ( | Npc | npc | ) |
Definition at line 7 of file FirstNpcClick.java.
References com.runehive.content.event.InteractionEvent.InteractionType.FIRST_CLICK_NPC, and com.runehive.content.event.impl.NpcInteractionEvent.npc.