Package org.bukkit.plugin
Interface EventExecutor
- All Known Implementing Classes:
TimedEventExecutor
public interface EventExecutor
Interface which defines the class for event call backs to plugins
-
Method Summary
-
Method Details
-
execute
void execute(@NotNull @NotNull Listener listener, @NotNull @NotNull Event event) throws EventException - Throws:
EventException
-
create
-