Uses of Class
com.github.alex1304.ultimategdbot.api.command.FlagInformation
Package | Description |
---|---|
com.github.alex1304.ultimategdbot.api.command |
-
Uses of FlagInformation in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return types with arguments of type FlagInformation Modifier and Type Method Description Map<String,FlagInformation>
CommandDocumentationEntry. getFlagInfo()
Gets information on the flags that can be used with this part of the command.Constructor parameters in com.github.alex1304.ultimategdbot.api.command with type arguments of type FlagInformation Constructor Description CommandDocumentationEntry(String syntax, String description, Map<String,FlagInformation> flagInfo)