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
All Methods Instance Methods Concrete Methods 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.
-