RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
InteractionEventListener.java
1
package
com.osroyale.content.event;
2
3
import
com.osroyale.game.world.entity.mob.player.Player;
4
5
public
interface
InteractionEventListener {
6
7
boolean
onEvent(Player player, InteractionEvent interactionEvent);
8
}