Class Info
java.lang.Object
sawfowl.regionguard.commands.abstractcommands.AbstractCommand
sawfowl.regionguard.commands.abstractcommands.AbstractPlayerCommand
sawfowl.regionguard.commands.child.Info
- 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
-
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 -
Method Summary
Modifier and TypeMethodDescriptioncommand()net.kyori.adventure.text.ComponentextendedDescription(Locale locale) List<sawfowl.commandpack.api.commands.raw.arguments.RawArgument<?>>getArgs()List<sawfowl.commandpack.api.commands.raw.RawCommand>voidprocess(org.spongepowered.api.command.CommandCause cause, org.spongepowered.api.entity.living.player.server.ServerPlayer src, Locale locale, String[] args, org.spongepowered.api.command.parameter.ArgumentReader.Mutable arguments) net.kyori.adventure.text.Componentusage(org.spongepowered.api.command.CommandCause cause) Methods inherited from class sawfowl.regionguard.commands.abstractcommands.AbstractCommand
getArguments, getChildExecutors, getCommandSettings, getComponent, getContainer, getEmptyCompletion, shortDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.spongepowered.api.command.Command
helpMethods inherited from interface sawfowl.commandpack.api.commands.PluginCommand
checkCooldown, delay, economy, exception, exception, exception, exception, exception, exception, exception, exception, getCommandSettings, getComponent, getComponent, getComponent, getContainer, getCooldowns, getListTexts, getLocale, getPluginLocale, getText, getText, isEnable, sendPaginationList, success, text, text, timeFormat, trackingNameMethods inherited from interface sawfowl.commandpack.api.commands.raw.RawCommand
checkArguments, checkChildAndArguments, commandTree, complete, completeArgs, completeChild, containsArgs, containsChild, enableAutoComplete, exceptionAppendUsage, exceptionAppendUsage, 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, shortDescriptionMethods inherited from interface sawfowl.commandpack.api.commands.raw.RawPlayerCommand
canExecute, process
-
Constructor Details
-
Info
-
-
Method Details
-
process
public void process(org.spongepowered.api.command.CommandCause cause, org.spongepowered.api.entity.living.player.server.ServerPlayer src, Locale locale, String[] args, org.spongepowered.api.command.parameter.ArgumentReader.Mutable arguments) throws org.spongepowered.api.command.exception.CommandException - Throws:
org.spongepowered.api.command.exception.CommandException
-
extendedDescription
-
permission
-
command
-
usage
public net.kyori.adventure.text.Component usage(org.spongepowered.api.command.CommandCause cause) -
getChilds
- Specified by:
getChildsin classAbstractCommand
-
getArgs
- Specified by:
getArgsin classAbstractCommand
-