|
RuneHive-Game
|
Public Member Functions | |
| GameObject | getObject () |
| int | getOpcode () |
| ObjectInteractionEvent (InteractionType type, GameObject object, int opcode) | |
| Public Member Functions inherited from com.runehive.content.event.InteractionEvent | |
| InteractionType | getType () |
| boolean | isHandled () |
| void | setHandled (boolean handled) |
Private Attributes | |
| final GameObject | object |
| 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 ObjectInteractionEvent.java.
| com.runehive.content.event.impl.ObjectInteractionEvent.ObjectInteractionEvent | ( | InteractionType | type, |
| GameObject | object, | ||
| int | opcode ) |
Definition at line 11 of file ObjectInteractionEvent.java.
References object, opcode, and com.runehive.content.event.InteractionEvent.type.
| GameObject com.runehive.content.event.impl.ObjectInteractionEvent.getObject | ( | ) |
Definition at line 17 of file ObjectInteractionEvent.java.
References object.
| int com.runehive.content.event.impl.ObjectInteractionEvent.getOpcode | ( | ) |
Definition at line 21 of file ObjectInteractionEvent.java.
References opcode.
|
private |
Definition at line 8 of file ObjectInteractionEvent.java.
Referenced by getObject(), and ObjectInteractionEvent().
|
private |
Definition at line 9 of file ObjectInteractionEvent.java.
Referenced by getOpcode(), and ObjectInteractionEvent().