Class FlagInformation
java.lang.Object
com.github.alex1304.ultimategdbot.api.command.FlagInformation
public class FlagInformation extends Object
Holds information about a command flag.
-
Constructor Summary
Constructors Constructor Description FlagInformation(String valueFormat, String description) -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets a description of what this flag does for the command.StringgetValueFormat()Gets a description of the value format.
-
Constructor Details
-
Method Details
-
getValueFormat
Gets a description of the value format.- Returns:
- the value format
-
getDescription
Gets a description of what this flag does for the command.- Returns:
- the description
-