Package cloud.commandframework
Class CommandHelpHandler.IndexHelpTopic<C>
- java.lang.Object
-
- cloud.commandframework.CommandHelpHandler.IndexHelpTopic<C>
-
- Type Parameters:
C
- Command sender type
- All Implemented Interfaces:
CommandHelpHandler.HelpTopic<C>
- Enclosing class:
- CommandHelpHandler<C>
public static final class CommandHelpHandler.IndexHelpTopic<C> extends java.lang.Object implements CommandHelpHandler.HelpTopic<C>
Index of available commands
-
-
Method Summary
Modifier and Type Method Description @NonNull java.util.List<@NonNull CommandHelpHandler.VerboseHelpEntry<C>>
getEntries()
Get help entriesboolean
isEmpty()
Check if the help topic is entry
-
-
-
Method Detail
-
getEntries
public @NonNull java.util.List<@NonNull CommandHelpHandler.VerboseHelpEntry<C>> getEntries()
Get help entries- Returns:
- Entries
-
isEmpty
public boolean isEmpty()
Check if the help topic is entry- Returns:
true
if the topic is entry, elsefalse
-
-