|
RuneHive-Game
|
Public Member Functions | |
| Mob | getVictim () |
| OnKillEvent (Mob victim) | |
| Public Member Functions inherited from com.runehive.content.event.InteractionEvent | |
| InteractionType | getType () |
| boolean | isHandled () |
| void | setHandled (boolean handled) |
Private Attributes | |
| final Mob | victim |
Additional Inherited Members | |
| Protected Member Functions inherited from com.runehive.content.event.InteractionEvent | |
| InteractionEvent (InteractionType type) | |
Definition at line 10 of file OnKillEvent.java.
| com.runehive.content.event.impl.OnKillEvent.OnKillEvent | ( | Mob | victim | ) |
Definition at line 14 of file OnKillEvent.java.
References com.runehive.content.event.InteractionEvent.InteractionType.ON_KILL, and victim.
| Mob com.runehive.content.event.impl.OnKillEvent.getVictim | ( | ) |
|
private |
Definition at line 12 of file OnKillEvent.java.
Referenced by getVictim(), and OnKillEvent().