RuneHive-Game
Loading...
Searching...
No Matches
OnStepEvent.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
OnStepEvent
extends
InteractionEvent
{
10
11
public
OnStepEvent
() {
12
super(
InteractionType
.
ON_STEP
);
13
}
14
}
com.runehive.content.event.InteractionEvent.InteractionEvent
InteractionEvent(InteractionType type)
Definition
InteractionEvent.java:41
com.runehive.content.event.impl.OnStepEvent.OnStepEvent
OnStepEvent()
Definition
OnStepEvent.java:11
com.runehive.content.event.InteractionEvent.InteractionType
Definition
InteractionEvent.java:5
com.runehive.content.event.InteractionEvent.InteractionType.ON_STEP
ON_STEP
Definition
InteractionEvent.java:28