All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bukkit.plugin.ServicePriority Maven / Gradle / Ivy

package org.bukkit.plugin;

/**
 * Represents various priorities of a provider.
 */
public enum ServicePriority {
  Lowest,
  Low,
  Normal,
  High,
  Highest
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy