JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.bukkit.plugin
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