类 NextCommandMiddleware<T extends NextPlugin<T>>
java.lang.Object
org.bukkit.command.Command
cn.yingyya.next.moment.api.command.NextCommandMiddleware<T>
-
字段概要
从类继承的字段 org.bukkit.command.Command
description, timings, usageMessage -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanexecute(@NotNull org.bukkit.command.CommandSender sender, @NotNull String s, @NotNull String[] strings) getMatchesCommand(NextCommand<T> command, String[] args) tabComplete(@NotNull org.bukkit.command.CommandSender sender, @NotNull String alias, @NotNull String[] args) 从类继承的方法 org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
构造器详细资料
-
NextCommandMiddleware
-
-
方法详细资料
-
getMatchesCommand
-
execute
-
tabComplete
@NotNull public @NotNull List<String> tabComplete(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull String[] args) throws IllegalArgumentException - 覆盖:
tabComplete在类中org.bukkit.command.Command- 抛出:
IllegalArgumentException
-