1. 首页
  2. 数据库
  3. 其它
  4. 摄入:用于创建命令的易于使用的框架尤其是在Minecraft中 源码

摄入:用于创建命令的易于使用的框架尤其是在Minecraft中 源码

上传者: 2021-02-08 14:26:47上传 ZIP文件 149.08KB 热度 7次
录取 Intake是一个命令解析库,可以在各种平台(如Minecraft)上实现。 用户输入命令时: /sum 1 2 您仅需几行代码即可轻松处理该请求。 public class Commands { @Command ( aliases = " sum " , desc = " Adds two numbers and returns their result " , perms = " math.sum " , usage = " [number] [number] " ) public void sum
用户评论