RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.game.plugin.PluginContext Class Reference
Inheritance diagram for com.osroyale.game.plugin.PluginContext:
Collaboration diagram for com.osroyale.game.plugin.PluginContext:

Public Member Functions

boolean accept (Player player, Event event)

Detailed Description

/**

Definition at line 64 of file PluginContext.java.

Member Function Documentation

◆ accept()

boolean com.osroyale.game.plugin.PluginContext.accept ( Player player,
Event event )
inline

The method that allows an event listener to accept an event.

Parameters
playerThe player that is sending the event.
eventThe event that is being sent.
Returns
true If the event was handled. Otherwise return false.

Implements com.osroyale.game.event.listener.PlayerEventListener.

Definition at line 73 of file PluginContext.java.


The documentation for this class was generated from the following file: