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 String
getDescription()
Gets a description of what this flag does for the command.String
getValueFormat()
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
-