RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.event.impl.OnDeathEvent Class Reference
Inheritance diagram for com.runehive.content.event.impl.OnDeathEvent:
Collaboration diagram for com.runehive.content.event.impl.OnDeathEvent:

Public Member Functions

 OnDeathEvent ()
Public Member Functions inherited from com.runehive.content.event.InteractionEvent
InteractionType getType ()
boolean isHandled ()
void setHandled (boolean handled)

Additional Inherited Members

Protected Member Functions inherited from com.runehive.content.event.InteractionEvent
 InteractionEvent (InteractionType type)

Detailed Description

Author
Stand Up
Since
16-6-2017.

Definition at line 9 of file OnDeathEvent.java.

Constructor & Destructor Documentation

◆ OnDeathEvent()

com.runehive.content.event.impl.OnDeathEvent.OnDeathEvent ( )

Definition at line 11 of file OnDeathEvent.java.

11 {
12 super(InteractionType.ON_DEATH);
13 }

References com.runehive.content.event.InteractionEvent.InteractionType.ON_DEATH.


The documentation for this class was generated from the following file: