RuneHive-Game
Loading...
Searching...
No Matches
EventHandler.java
Go to the documentation of this file.
1package com.runehive.content.event;
2
3public interface EventHandler {
4
5 boolean handle(InteractionEvent interactionEvent);
6
7}
boolean handle(InteractionEvent interactionEvent)