Class CommandClaim
java.lang.Object
org.kingdoms.commands.KingdomsCommand
org.kingdoms.commands.KingdomsParentCommand
org.kingdoms.commands.general.claims.claiming.CommandClaim
-
Field Summary
Fields inherited from class org.kingdoms.commands.KingdomsParentCommand
childrenFields inherited from class org.kingdoms.commands.KingdomsCommand
aliases, bypassCooldownPermission, bypassDisabledWorldsPermission, cooldown, description, disabledWorlds, name, parent, path, permission, playerAssertion, plugin, requiredArgs, threadType, usage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext context) static org.kingdoms.server.location.BlockVector2getChunkCoords(org.bukkit.command.CommandSender sender, String xString, String zString) tabComplete(CommandTabContext context) Methods inherited from class org.kingdoms.commands.KingdomsParentCommand
getChildren, getChildrenMethods inherited from class org.kingdoms.commands.KingdomsCommand
canBypassCooldown, canBypassDisabledWorlds, configure, defaultedLang, emptyTab, equals, getAliases, getCooldown, getDescription, getDisabledWorlds, getDisplayName, getName, getParent, getPath, getPermission, getUsage, hashCode, hasPermission, hasPermission, isDisabled, lang, setPermissionDefault, tabComplete, tabComplete, tabComplete, toString, unregisterPermissions
-
Constructor Details
-
CommandClaim
public CommandClaim()
-
-
Method Details
-
getChunkCoords
-
execute
- Overrides:
executein classKingdomsParentCommand
-
tabComplete
- Overrides:
tabCompletein classKingdomsParentCommand
-