Uses of Enum Class
org.bukkit.plugin.ServicePriority
Package
Description
Classes specifically relating to loading software modules at runtime.
-
Uses of ServicePriority in org.bukkit.plugin
Modifier and TypeMethodDescriptionRegisteredServiceProvider.getPriority()
static ServicePriority
Returns the enum constant of this class with the specified name.static ServicePriority[]
ServicePriority.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<T> void
ServicesManager.register
(@NotNull Class<T> service, T provider, @NotNull Plugin plugin, @NotNull ServicePriority priority) Register a provider of a service.<T> void
SimpleServicesManager.register
(@NotNull Class<T> service, T provider, @NotNull Plugin plugin, @NotNull ServicePriority priority) Register a provider of a service.ModifierConstructorDescriptionRegisteredServiceProvider
(@NotNull Class<T> service, T provider, @NotNull ServicePriority priority, @NotNull Plugin plugin)