Package org.bukkit.plugin
Interface EventExecutor
- All Known Implementing Classes:
MethodHandleEventExecutor
,StaticMethodHandleEventExecutor
,TimedEventExecutor
public interface EventExecutor
Interface which defines the class for event call backs to plugins
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConcurrentMap
<Method, Class<? extends EventExecutor>> -
Method Summary
-
Field Details
-
eventExecutorMap
-
-
Method Details
-
execute
void execute(@NotNull @NotNull Listener listener, @NotNull @NotNull Event event) throws EventException - Throws:
EventException
-
create
-