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 Detail
-
execute
void execute(@NotNull Listener listener, @NotNull Event event) throws EventException
- Throws:
EventException
-
-