接口 VelocityTitleCommand
- 所有已知实现类:
CreateBuilder,DeleteBuilder,DivideBuilder,EditBuilder,ListBuilder,ListBuilder,MetaBuilder,PickBuilder,ReloadBuilder,RevokeBuilder,WearBuilder
public interface VelocityTitleCommand
插件命令器
作为接口规范其他命令实现
合并、注册命令树
-
字段概要
字段修饰符和类型字段说明static final ConfigManager语言文件static final com.velocitypowered.api.proxy.ProxyServer服务器实例static final cc.carm.lib.easysql.api.SQLManager数据库实例 -
方法概要
-
字段详细资料
-
language
语言文件 -
proxyServer
static final com.velocitypowered.api.proxy.ProxyServer proxyServer服务器实例 -
sqlManager
static final cc.carm.lib.easysql.api.SQLManager sqlManager数据库实例
-
-
方法详细资料
-
build
com.mojang.brigadier.builder.LiteralArgumentBuilder<com.velocitypowered.api.command.CommandSource> build()子命令树- 返回:
- 直接通过添加到 then() 添加的命令树
-
init
static com.mojang.brigadier.tree.LiteralCommandNode<com.velocitypowered.api.command.CommandSource> init()初始化命令方法- 返回:
- 整个命令树
-