Class BukkitScrowCommand<C extends BukkitCommandContext<C>>

java.lang.Object
org.bukkit.command.Command
site.lab0x13.scrow.commands.bukkit.BukkitScrowCommand<C>

public class BukkitScrowCommand<C extends BukkitCommandContext<C>> extends org.bukkit.command.Command
  • Field Summary

    Fields inherited from class org.bukkit.command.Command

    description, timings, usageMessage
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    BukkitScrowCommand(site.lab0x13.scrow.commands.CommandHandler<C> commandHandler, CommandContextFactory<C> commandContextFactory, site.lab0x13.scrow.commands.model.literal.RootLiteral<C> rootLiteral)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull String commandLabel, String @NotNull [] args)
     

    Methods inherited from class org.bukkit.command.Command

    broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, canBeOverriden, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BukkitScrowCommand

      protected BukkitScrowCommand(site.lab0x13.scrow.commands.CommandHandler<C> commandHandler, CommandContextFactory<C> commandContextFactory, site.lab0x13.scrow.commands.model.literal.RootLiteral<C> rootLiteral)
  • Method Details

    • execute

      public boolean execute(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull @NotNull String commandLabel, String @NotNull [] args)
      Specified by:
      execute in class org.bukkit.command.Command