All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@ -55,14 +55,6 @@ public abstract class Command {
|
||||
return description;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #getDescription()}
|
||||
*/
|
||||
@Deprecated
|
||||
public String getTooltip() {
|
||||
return getDescription();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets an example usage of this command
|
||||
*
|
||||
@ -94,15 +86,6 @@ public abstract class Command {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #setDescription(description)}
|
||||
*/
|
||||
@Deprecated
|
||||
public Command setTooltip(String tooltip) {
|
||||
this.description = tooltip;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the example usage of this command
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user