Uses of Class
com.github.alex1304.ultimategdbot.api.command.CommandDocumentationEntry
-
Packages that use CommandDocumentationEntry Package Description com.github.alex1304.ultimategdbot.api.command -
-
Uses of CommandDocumentationEntry in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return types with arguments of type CommandDocumentationEntry Modifier and Type Method Description Map<String,CommandDocumentationEntry>
CommandDocumentation. getEntries()
Gets all entries corresponding to subsections of the command documentation.Constructor parameters in com.github.alex1304.ultimategdbot.api.command with type arguments of type CommandDocumentationEntry Constructor Description CommandDocumentation(Translator translator, String shortDescription, Map<String,CommandDocumentationEntry> docEntries, boolean isHidden)
-