Skip to content

Latest commit

 

History

History
114 lines (114 loc) · 5.48 KB

cn.nukkit.command.data.CommandParamType.md

File metadata and controls

114 lines (114 loc) · 5.48 KB
    • Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      BLOCK_POSITION 
      COMMAND 
      FILE_PATH 
      FLOAT 
      INT 
      JSON 
      MESSAGE 
      OPERATOR 
      POSITION 
      RAWTEXT 
      STRING 
      TARGET 
      TEXT 
      VALUE 
      WILDCARD_INT 
      WILDCARD_TARGET 
    • 成员函数一览

      All Methods Static Methods Instance Methods Concrete Methods 
      修饰符和类 成员函数描述
      int getId() 
      static CommandParamType valueOf(String name)
      Returns the enum constant of this type with the specified name.
      static CommandParamType[] 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