| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServicePriority | |
|---|---|
| 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 | |
|---|---|
|  ServicePriority | RegisteredServiceProvider.getPriority() | 
| static ServicePriority | ServicePriority.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're declared. | 
| Methods in org.bukkit.plugin with parameters of type ServicePriority | ||
|---|---|---|
| 
 | ServicesManager.register(Class<T> service,
         T provider,
         Plugin plugin,
         ServicePriority priority)Register a provider of a service. | |
| 
 | SimpleServicesManager.register(Class<T> service,
         T provider,
         Plugin plugin,
         ServicePriority priority)Register a provider of a service. | |
| Constructors in org.bukkit.plugin with parameters of type ServicePriority | |
|---|---|
| RegisteredServiceProvider(Class<T> service,
                          T provider,
                          ServicePriority priority,
                          Plugin plugin) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||