Class CommandBook
java.lang.Object
org.kingdoms.commands.KingdomsCommand
org.kingdoms.commands.KingdomsParentCommand
org.kingdoms.commands.general.book.CommandBook
-
Field Summary
Fields inherited from class org.kingdoms.commands.KingdomsParentCommand
childrenFields inherited from class org.kingdoms.commands.KingdomsCommand
aliases, bypassCooldownPermission, bypassDisabledWorldsPermission, COLORIZE_TAB_COMPLETES, cooldown, description, disabledWorlds, name, parent, path, permission, plugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static BookChapterinitialCheckup(CommandContext context, KingdomsLang usage, boolean permission) protected static BookChapterinitialCheckup(CommandContext context, KingdomsLang usage, int args, boolean permission) tabCompleteBooks(CommandTabContext context) Methods inherited from class org.kingdoms.commands.KingdomsParentCommand
execute, getChildren, getChildren, tabCompleteMethods 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
-
Constructor Details
-
CommandBook
public CommandBook()
-
-
Method Details
-
initialCheckup
protected static BookChapter initialCheckup(CommandContext context, KingdomsLang usage, boolean permission) -
initialCheckup
protected static BookChapter initialCheckup(CommandContext context, KingdomsLang usage, int args, boolean permission) -
tabCompleteBooks
-