|
RuneHive-Game
|
Public Member Functions | |
| 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) |
Private Attributes | |
| final Npc | npc |
| final int | opcode |
Additional Inherited Members | |
| Protected Member Functions inherited from com.runehive.content.event.InteractionEvent | |
| InteractionEvent (InteractionType type) | |
Definition at line 6 of file NpcInteractionEvent.java.
| com.runehive.content.event.impl.NpcInteractionEvent.NpcInteractionEvent | ( | InteractionType | type, |
| Npc | npc, | ||
| int | opcode ) |
Definition at line 11 of file NpcInteractionEvent.java.
References npc, opcode, and com.runehive.content.event.InteractionEvent.type.
| Npc com.runehive.content.event.impl.NpcInteractionEvent.getNpc | ( | ) |
| int com.runehive.content.event.impl.NpcInteractionEvent.getOpcode | ( | ) |
Definition at line 21 of file NpcInteractionEvent.java.
References opcode.
|
private |
Definition at line 8 of file NpcInteractionEvent.java.
Referenced by com.runehive.content.event.impl.FirstNpcClick.FirstNpcClick(), getNpc(), NpcInteractionEvent(), and com.runehive.content.event.impl.SecondNpcClick.SecondNpcClick().
|
private |
Definition at line 9 of file NpcInteractionEvent.java.
Referenced by getOpcode(), and NpcInteractionEvent().