Remove unnecessary Overrides in Default commands.
This commit is contained in:
@@ -30,11 +30,6 @@ public class SaveOffCommand extends VanillaCommand {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean matches(String input) {
|
||||
return input.equalsIgnoreCase("save-off");
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> tabComplete(CommandSender sender, String alias, String[] args) throws IllegalArgumentException {
|
||||
Validate.notNull(sender, "Sender cannot be null");
|
||||
|
||||
Reference in New Issue
Block a user