Uses of Interface
org.bukkit.plugin.EventExecutor
Packages that use EventExecutor
Package
Description
Classes specifically relating to loading software modules at runtime.
-
Uses of EventExecutor in co.aikar.timings
Classes in co.aikar.timings that implement EventExecutorModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Timings will be removed in the futureConstructors in co.aikar.timings with parameters of type EventExecutorModifierConstructorDescriptionTimedEventExecutor
(@NotNull EventExecutor executor, @NotNull Plugin plugin, @Nullable Method method, @NotNull Class<? extends Event> eventClass) Deprecated, for removal: This API element is subject to removal in a future version.Wraps an event executor and associates a timing handler to it. -
Uses of EventExecutor in io.papermc.paper.event.executor
Methods in io.papermc.paper.event.executor that return EventExecutorModifier and TypeMethodDescriptionstatic EventExecutor
Returns anEventExecutor
implemented by a hidden class calling a method handle. -
Uses of EventExecutor in org.bukkit.plugin
Methods in org.bukkit.plugin that return EventExecutorModifier and TypeMethodDescriptionstatic @NotNull EventExecutor
RegisteredListener.getExecutor()
Get the executor for this registration.Methods in org.bukkit.plugin with parameters of type EventExecutorModifier and TypeMethodDescriptionvoid
PluginManager.registerEvent
(@NotNull Class<? extends Event> event, @NotNull Listener listener, @NotNull EventPriority priority, @NotNull EventExecutor executor, @NotNull Plugin plugin) Registers the specified executor to the given event classvoid
PluginManager.registerEvent
(@NotNull Class<? extends Event> event, @NotNull Listener listener, @NotNull EventPriority priority, @NotNull EventExecutor executor, @NotNull Plugin plugin, boolean ignoreCancelled) Registers the specified executor to the given event classvoid
SimplePluginManager.registerEvent
(@NotNull Class<? extends Event> event, @NotNull Listener listener, @NotNull EventPriority priority, @NotNull EventExecutor executor, @NotNull Plugin plugin) Deprecated, for removal: This API element is subject to removal in a future version.void
SimplePluginManager.registerEvent
(@NotNull Class<? extends Event> event, @NotNull Listener listener, @NotNull EventPriority priority, @NotNull EventExecutor executor, @NotNull Plugin plugin, boolean ignoreCancelled) Deprecated, for removal: This API element is subject to removal in a future version.Registers the given event to the specified listener using a directly passed EventExecutorConstructors in org.bukkit.plugin with parameters of type EventExecutorModifierConstructorDescriptionRegisteredListener
(@NotNull Listener listener, @NotNull EventExecutor executor, @NotNull EventPriority priority, @NotNull Plugin plugin, boolean ignoreCancelled) TimedRegisteredListener
(@NotNull Listener pluginListener, @NotNull EventExecutor eventExecutor, @NotNull EventPriority eventPriority, @NotNull Plugin registeredPlugin, boolean listenCancelled)