Class AlienSpawnCommand

java.lang.Object
io.github.mooy1.infinitylib.commands.SubCommand
io.github.addoncommunity.galactifun.core.commands.AlienSpawnCommand

public final class AlienSpawnCommand extends io.github.mooy1.infinitylib.commands.SubCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    complete(org.bukkit.command.CommandSender commandSender, String[] strings, List<String> ids)
     
    void
    execute(org.bukkit.command.CommandSender commandSender, String[] strings)
     

    Methods inherited from class io.github.mooy1.infinitylib.commands.SubCommand

    canUse, description, equals, hashCode, name

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AlienSpawnCommand

      public AlienSpawnCommand()
  • Method Details

    • execute

      public void execute(@Nonnull org.bukkit.command.CommandSender commandSender, @Nonnull String[] strings)
      Specified by:
      execute in class io.github.mooy1.infinitylib.commands.SubCommand
    • complete

      public void complete(@Nonnull org.bukkit.command.CommandSender commandSender, @Nonnull String[] strings, @Nonnull List<String> ids)
      Specified by:
      complete in class io.github.mooy1.infinitylib.commands.SubCommand