Skip to content

Latest commit

 

History

History
77 lines (77 loc) · 3.92 KB

cn.nukkit.plugin.service.ServicePriority.md

File metadata and controls

77 lines (77 loc) · 3.92 KB
    • Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      HIGHER 
      HIGHEST 
      LOWER 
      LOWEST 
      NORMAL 
    • 成员函数一览

      All Methods Static Methods Concrete Methods 
      修饰符和类 成员函数描述
      static ServicePriority valueOf(String name)
      Returns the enum constant of this type with the specified name.
      static ServicePriority[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • 继承自类 java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • 继承自类 java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait