类 NextMomentCommand
java.lang.Object
cn.yingyya.next.moment.api.command.NextCommand<NextMoment>
cn.yingyya.next.moment.command.NextMomentCommand
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@Nullable Set<NextCommand<NextMoment>> @NotNull String@NotNull String@Nullable org.bukkit.permissions.PermissiongetPermission(String[] args) @NotNull StringgetUsage()voidonTabComplete(@NotNull org.bukkit.command.CommandSender sender, @NotNull String[] args) 从类继承的方法 cn.yingyya.next.moment.api.command.NextCommand
getPlugin, isRootCommand
-
构造器详细资料
-
NextMomentCommand
-
-
方法详细资料
-
getCommandName
- 指定者:
getCommandName在类中NextCommand<NextMoment>
-
getUsage
- 指定者:
getUsage在类中NextCommand<NextMoment>
-
getDescription
- 指定者:
getDescription在类中NextCommand<NextMoment>
-
getChildren
- 指定者:
getChildren在类中NextCommand<NextMoment>
-
getPermission
- 指定者:
getPermission在类中NextCommand<NextMoment>
-
getAliases
- 指定者:
getAliases在类中NextCommand<NextMoment>
-
onTabComplete
@NotNull public @NotNull List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String[] args) - 指定者:
onTabComplete在类中NextCommand<NextMoment>
-
onExecute
public void onExecute(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String[] args) - 指定者:
onExecute在类中NextCommand<NextMoment>
-