Package cloud.commandframework
Class Description
java.lang.Object
cloud.commandframework.Description
- All Implemented Interfaces:
ArgumentDescription
@Deprecated
@API(status=DEPRECATED,
since="1.4.0")
public final class Description
extends Object
implements ArgumentDescription
Deprecated.
CommandArgument description-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull Descriptionempty()Deprecated.for removal since 1.4.0.@NonNull StringDeprecated.Get the command descriptionstatic @NonNull DescriptionDeprecated.for removal since 1.4.0.@NonNull StringtoString()Deprecated.Get the command descriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cloud.commandframework.ArgumentDescription
isEmpty
-
Method Details
-
empty
Deprecated.for removal since 1.4.0. SeeArgumentDescription.empty()Get an empty command description- Returns:
- Command description
-
of
Deprecated.for removal since 1.4.0. SeeArgumentDescription.of(String)Create a command description instance- Parameters:
string- Command description- Returns:
- Created command description
-
getDescription
Deprecated.Get the command description- Specified by:
getDescriptionin interfaceArgumentDescription- Returns:
- Command description
-
toString
Deprecated.Get the command description
-
ArgumentDescriptioninstead.