Class AbstractPlayerCommand

java.lang.Object
sawfowl.regionguard.commands.abstractcommands.AbstractCommand
sawfowl.regionguard.commands.abstractcommands.AbstractPlayerCommand
All Implemented Interfaces:
org.spongepowered.api.command.Command, org.spongepowered.api.command.Command.Raw, sawfowl.commandpack.api.commands.PluginCommand, sawfowl.commandpack.api.commands.raw.RawCommand, sawfowl.commandpack.api.commands.raw.RawPlayerCommand
Direct Known Subclasses:
Blocks, Blocks, Claim, Claims, Claims, Clear, Delete, Flag, Info, Leave, Members, Members, SetCreatingType, SetMessage, SetName, SetOwner, SetSelectorType, Subdivisions, Subdivisions, Trust, Untrust, UpdateDefaultFlags, Wand, WeCUI

public abstract class AbstractPlayerCommand extends AbstractCommand implements sawfowl.commandpack.api.commands.raw.RawPlayerCommand
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.spongepowered.api.command.Command

    org.spongepowered.api.command.Command.Builder, org.spongepowered.api.command.Command.Parameterized, org.spongepowered.api.command.Command.Raw
  • Field Summary

    Fields inherited from class sawfowl.regionguard.commands.abstractcommands.AbstractCommand

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class sawfowl.regionguard.commands.abstractcommands.AbstractCommand

    getArgs, getArguments, getChildExecutors, getChilds, getCommandSettings, getComponent, getContainer, getEmptyCompletion, shortDescription

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.spongepowered.api.command.Command

    help, usage

    Methods inherited from interface sawfowl.commandpack.api.commands.PluginCommand

    checkCooldown, command, delay, economy, exception, exception, exception, exception, exception, exception, exception, exception, getCommandSettings, getComponent, getComponent, getComponent, getContainer, getCooldowns, getListTexts, getLocale, getPluginLocale, getText, getText, isEnable, permission, sendPaginationList, success, text, text, timeFormat, trackingName

    Methods inherited from interface sawfowl.commandpack.api.commands.raw.RawCommand

    checkArguments, checkChildAndArguments, commandTree, complete, completeArgs, completeChild, containsArgs, containsChild, enableAutoComplete, exceptionAppendUsage, exceptionAppendUsage, extendedDescription, extendedDescription, getArgument, getArgument, getArgument, getArguments, getBigDecimal, getBigDecimal, getBoolean, getBoolean, getChildExecutors, getCurrency, getCurrency, getDouble, getDouble, getDurationArg, getDurationArg, getEmptyCompletion, getEnchantmentType, getEnchantmentType, getInteger, getInteger, getLocale, getLocale, getLong, getLong, getPlayer, getPlayer, getString, getString, getWorld, getWorld, getWorldType, getWorldType, parseDouble, parseDuration, parseInt, process, register, shortDescription, shortDescription

    Methods inherited from interface sawfowl.commandpack.api.commands.raw.RawPlayerCommand

    canExecute, process, process
  • Constructor Details

    • AbstractPlayerCommand

      public AbstractPlayerCommand(RegionGuard regionGuard)