Skip to content

Latest commit

 

History

History
54 lines (54 loc) · 2.86 KB

cn.nukkit.command.CommandMap.md

File metadata and controls

54 lines (54 loc) · 2.86 KB
    • 成员函数一览

      All Methods Instance Methods Abstract Methods 
      修饰符和类 成员函数描述
      void clearCommands() 
      boolean dispatch(CommandSender sender, String cmdLine) 
      Command getCommand(String name) 
      boolean register(String fallbackPrefix, Command command) 
      boolean register(String fallbackPrefix, Command command, String label) 
      void registerAll(String fallbackPrefix, List<? extends Command> commands) 
      void registerSimpleCommands(Object object)