testing some new formatting rules + bug fixes
This commit is contained in:
Jesse Boyd 2014-10-12 00:37:36 -07:00
parent 79e0459a3a
commit 3ffb182a3c
90 changed files with 2880 additions and 3807 deletions

View file

@ -1,10 +1,9 @@
/*
* Copyright (c) IntellectualCrafters - 2014.
* You are not allowed to distribute and/or monetize any of our intellectual property.
* IntellectualCrafters is not affiliated with Mojang AB. Minecraft is a trademark of Mojang AB.
*
* >> File = Command.java
* >> Generated by: Citymonstret at 2014-08-09 01:41
* Copyright (c) IntellectualCrafters - 2014. You are not allowed to distribute
* and/or monetize any of our intellectual property. IntellectualCrafters is not
* affiliated with Mojang AB. Minecraft is a trademark of Mojang AB.
*
* >> File = Command.java >> Generated by: Citymonstret at 2014-08-09 01:41
*/
package com.intellectualcrafters.plot.commands;
@ -108,7 +107,6 @@ public enum Command {
private CommandPermission permission;
/**
*
* @param command
*/
Command(String command) {
@ -118,7 +116,6 @@ public enum Command {
}
/**
*
* @param command
* @param permission
*/
@ -129,7 +126,6 @@ public enum Command {
}
/**
*
* @param command
* @param alias
*/
@ -140,7 +136,6 @@ public enum Command {
}
/**
*
* @param Command
* @param alias
* @param permission
@ -152,7 +147,6 @@ public enum Command {
}
/**
*
* @return
*/
public String getCommand() {
@ -160,7 +154,6 @@ public enum Command {
}
/**
*
* @return
*/
public String getAlias() {
@ -168,7 +161,6 @@ public enum Command {
}
/**
*
* @return
*/
public CommandPermission getPermission() {