Package org.bukkit.command.defaults
Class MeCommand
java.lang.Object
org.bukkit.command.Command
org.bukkit.command.defaults.VanillaCommand
org.bukkit.command.defaults.MeCommand
@Deprecated public class MeCommand extends VanillaCommand
Deprecated.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MeCommand()Deprecated. -
Method Summary
Modifier and Type Method Description booleanexecute(CommandSender sender, java.lang.String currentAlias, java.lang.String[] args)Deprecated.Executes the command, returning its successMethods inherited from class org.bukkit.command.defaults.VanillaCommand
getDouble, getDouble, getInteger, getRelativeDouble, matchesMethods inherited from class org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
Constructor Details
-
MeCommand
public MeCommand()Deprecated.
-
-
Method Details
-
execute
public boolean execute(CommandSender sender, java.lang.String currentAlias, java.lang.String[] args)Deprecated.Description copied from class:CommandExecutes the command, returning its success
-