|
RuneHive-Game
|
Classes | |
| enum | InteractionType |
Public Member Functions | |
| InteractionType | getType () |
| boolean | isHandled () |
| void | setHandled (boolean handled) |
Protected Member Functions | |
| InteractionEvent (InteractionType type) | |
Private Attributes | |
| boolean | handled |
| final InteractionType | type |
Definition at line 3 of file InteractionEvent.java.
|
protected |
Definition at line 41 of file InteractionEvent.java.
References type.
| InteractionType com.runehive.content.event.InteractionEvent.getType | ( | ) |
| boolean com.runehive.content.event.InteractionEvent.isHandled | ( | ) |
Definition at line 49 of file InteractionEvent.java.
References handled.
Referenced by com.runehive.content.activity.Activity.onEvent(), and com.runehive.game.world.entity.skill.Skill.onEvent().
| void com.runehive.content.event.InteractionEvent.setHandled | ( | boolean | handled | ) |
Definition at line 53 of file InteractionEvent.java.
References handled.
|
private |
Definition at line 39 of file InteractionEvent.java.
Referenced by isHandled(), and setHandled().
|
private |
Definition at line 38 of file InteractionEvent.java.
Referenced by getType(), InteractionEvent(), com.runehive.content.event.impl.ItemInteractionEvent.ItemInteractionEvent(), com.runehive.content.event.impl.NpcInteractionEvent.NpcInteractionEvent(), and com.runehive.content.event.impl.ObjectInteractionEvent.ObjectInteractionEvent().