Remove unnecessary Overrides in Default commands.

This commit is contained in:
EvilSeph
2012-11-15 23:03:03 -05:00
parent b2870e185a
commit d31ca9e797
29 changed files with 0 additions and 145 deletions

View File

@@ -27,11 +27,6 @@ public class StopCommand extends VanillaCommand {
return true;
}
@Override
public boolean matches(String input) {
return input.equalsIgnoreCase("stop");
}
@Override
public List<String> tabComplete(CommandSender sender, String alias, String[] args) throws IllegalArgumentException {
Validate.notNull(sender, "Sender cannot be null");