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.Constructors 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 com.destroystokyo.paper.event.executor
Classes in com.destroystokyo.paper.event.executor that implement EventExecutorModifier and TypeClassDescriptionclass
class
-
Uses of EventExecutor in org.bukkit.plugin
Fields in org.bukkit.plugin with type parameters of type EventExecutorModifier and TypeFieldDescriptionstatic final ConcurrentMap<Method,
Class<? extends EventExecutor>> EventExecutor.eventExecutorMap
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)