RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
boolean | accept (Player player, Event event) |
The method that allows an event listener to accept an event.
player | The player that is sending the event. |
event | The event that is being sent. |
true
If the event was handled. Otherwise return false
. Implements com.osroyale.game.event.listener.PlayerEventListener.
Definition at line 73 of file PluginContext.java.