@Deprecated public class EffectCommand extends VanillaCommand
description, usageMessage| Constructor | Description |
|---|---|
EffectCommand() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
execute(CommandSender sender,
java.lang.String commandLabel,
java.lang.String[] args) |
Deprecated.
Executes the command, returning its success
|
java.util.List<java.lang.String> |
tabComplete(CommandSender sender,
java.lang.String commandLabel,
java.lang.String[] args) |
Deprecated.
Executed on tab completion for this command, returning a list of
options the player can tab through.
|
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDouble, getDouble, getInteger, getRelativeDouble, matchespublic boolean execute(CommandSender sender, java.lang.String commandLabel, java.lang.String[] args)
Commandpublic java.util.List<java.lang.String> tabComplete(CommandSender sender, java.lang.String commandLabel, java.lang.String[] args)
CommandtabComplete in class Commandsender - Source object which is executing this commandcommandLabel - the alias being usedargs - All arguments passed to the command, split via ' '