RuneHive-Game
Loading...
Searching...
No Matches
OnDeathEvent.java
Go to the documentation of this file.
1
package
com.runehive.content.event.impl;
2
3
import
com.runehive.content.event.InteractionEvent;
4
5
/**
6
* @author <a href="http://www.rune-server.org/members/stand+up/">Stand Up</a>
7
* @since 16-6-2017.
8
*/
9
public
final
class
OnDeathEvent
extends
InteractionEvent
{
10
11
public
OnDeathEvent
() {
12
super(
InteractionType
.
ON_DEATH
);
13
}
14
}
com.runehive.content.event.InteractionEvent.InteractionEvent
InteractionEvent(InteractionType type)
Definition
InteractionEvent.java:41
com.runehive.content.event.impl.OnDeathEvent.OnDeathEvent
OnDeathEvent()
Definition
OnDeathEvent.java:11
com.runehive.content.event.InteractionEvent.InteractionType
Definition
InteractionEvent.java:5
com.runehive.content.event.InteractionEvent.InteractionType.ON_DEATH
ON_DEATH
Definition
InteractionEvent.java:29