Timed Registered Listener
Extends RegisteredListener to include timing information
Constructors
Link copied to clipboard
public void TimedRegisteredListener(Listener pluginListener, EventExecutor eventExecutor, EventPriority eventPriority, Plugin registeredPlugin, boolean listenCancelled)
Functions
Link copied to clipboard
Gets the class of the events this listener handled.
Link copied to clipboard
Gets the listener for this registration
Link copied to clipboard
Gets the priority for this registration
Link copied to clipboard
Gets the total time calls to this listener have taken
Link copied to clipboard
Gets whether this listener has handled multiple events, such that for some two events,
eventA.getClass() != eventB.getClass().Link copied to clipboard
Whether this listener accepts cancelled events