Package org.kingdoms.commands
Class KingdomsParentCommand
java.lang.Object
org.kingdoms.commands.KingdomsCommand
org.kingdoms.commands.KingdomsParentCommand
- Direct Known Subclasses:
CommandAdmin,CommandAdminDebug,CommandAdminItem,CommandAdminNation,CommandAdminUnclaim,CommandBook,CommandClaim,CommandElection,CommandMail,CommandMap,CommandNation,CommandNationNexus,CommandNexus,CommandResourcePoints,CommandResourcePointsTransfer,CommandUnclaim,CommandVisualize
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<SupportedLanguage,Map<String, KingdomsCommand>> Fields inherited from class org.kingdoms.commands.KingdomsCommand
aliases, bypassCooldownPermission, bypassDisabledWorldsPermission, COLORIZE_TAB_COMPLETES, cooldown, description, disabledWorlds, name, parent, path, permission, plugin -
Constructor Summary
ConstructorsConstructorDescriptionKingdomsParentCommand(@NonNull String name) KingdomsParentCommand(@NonNull String name, boolean playerCmd) KingdomsParentCommand(@NonNull String name, @Nullable KingdomsParentCommand parent) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandContext context) final @NonNull Collection<KingdomsCommand>getChildren(SupportedLanguage language) tabComplete(CommandTabContext context) Methods inherited from class org.kingdoms.commands.KingdomsCommand
canBypassCooldown, canBypassDisabledWorlds, emptyTab, equals, executeX, getAliases, getCooldown, getDescription, getDisabledWorlds, getDisplayName, getName, getParent, getPermission, getPlayer, getUsage, hashCode, hasPermission, hasPermission, isDisabled, joinArgs, joinArgs, lang, parseBool, processTabMessage, setPermissionDefault, tabComplete, tabComplete, tabComplete, tabComplete, toString, unregisterPermissions
-
Field Details
-
children
-
-
Constructor Details
-
KingdomsParentCommand
-
KingdomsParentCommand
-
KingdomsParentCommand
-
-
Method Details
-
getChildren
-
getChildren
-
tabComplete
- Overrides:
tabCompletein classKingdomsCommand
-
execute
- Overrides:
executein classKingdomsCommand
-