Class ServicePriority
java.lang.Object
com.mrivanplays.ivancord.api.plugin.ServicePriority
Represents a service priority
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
HIGH
public static final int HIGHThe service is of high importance- See Also:
-
NORMAL
public static final int NORMALThe service is of normal importance- See Also:
-
LOW
public static final int LOWThe service is of low importance- See Also:
-
-
Constructor Details
-
ServicePriority
public ServicePriority()
-