JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.bukkit.plugin
EventExecutor
Contents
Description
Method Summary
Method Details
execute(Listener, Event)
Hide sidebar
Show sidebar
Interface EventExecutor
public interface
EventExecutor
Interface which defines the class for event call backs to plugins
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
execute
(
Listener
listener,
Event
event)
Method Details
execute
void
execute
(@NotNull
Listener
listener, @NotNull
Event
event)
throws
EventException
Throws:
EventException