Uses of Class
org.bukkit.plugin.ServicePriority
-
Packages that use ServicePriority Package Description org.bukkit.plugin Classes specifically relating to loading software modules at runtime. -
-
Uses of ServicePriority in org.bukkit.plugin
Methods in org.bukkit.plugin that return ServicePriority Modifier and Type Method Description @NotNull ServicePriorityRegisteredServiceProvider. getPriority()static ServicePriorityServicePriority. valueOf(String name)Returns the enum constant of this type with the specified name.static ServicePriority[]ServicePriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.plugin with parameters of type ServicePriority Modifier and Type Method Description <T> voidServicesManager. register(@NotNull Class<T> service, T provider, @NotNull Plugin plugin, @NotNull ServicePriority priority)Register a provider of a service.<T> voidSimpleServicesManager. register(@NotNull Class<T> service, T provider, @NotNull Plugin plugin, @NotNull ServicePriority priority)Register a provider of a service.Constructors in org.bukkit.plugin with parameters of type ServicePriority Constructor Description RegisteredServiceProvider(@NotNull Class<T> service, T provider, @NotNull ServicePriority priority, @NotNull Plugin plugin)
-