RuneHive-Game
Loading...
Searching...
No Matches
InteractionEventListener.java
Go to the documentation of this file.
1package com.runehive.content.event;
2
3import com.runehive.game.world.entity.mob.player.Player;
4
5public interface InteractionEventListener {
6
7 boolean onEvent(Player player, InteractionEvent interactionEvent);
8}
This class represents a character controlled by a player.
Definition Player.java:125
boolean onEvent(Player player, InteractionEvent interactionEvent)