public class MultipleCommandAlias extends Command
description, timings, usageMessage
Constructor and Description |
---|
MultipleCommandAlias(@NotNull String name,
@NotNull Command[] commands) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(@NotNull CommandSender sender,
@NotNull String commandLabel,
@NotNull String[] args)
Executes the command, returning its success
|
@NotNull Command[] |
getCommands()
Gets the commands associated with the multi-command alias.
|
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
@NotNull public @NotNull Command[] getCommands()
Copyright © 2021. All rights reserved.