Class CreativeCMD

java.lang.Object
org.bukkit.command.Command
dev.plex.command.PlexCommand
dev.plex.command.impl.CreativeCMD
All Implemented Interfaces:
org.bukkit.command.PluginIdentifiableCommand

public class CreativeCMD extends PlexCommand
  • Constructor Details

    • CreativeCMD

      public CreativeCMD()
  • Method Details

    • execute

      protected net.kyori.adventure.text.Component execute(@NotNull @NotNull org.bukkit.command.CommandSender sender, @Nullable @Nullable org.bukkit.entity.Player playerSender, String[] args)
      Description copied from class: PlexCommand
      Executes the command
      Specified by:
      execute in class PlexCommand
      Parameters:
      sender - The sender of the command
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      args - A Kyori Component to send to the sender (can be null)
    • tabComplete

      @NotNull public @NotNull List<String> tabComplete(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull String[] args) throws IllegalArgumentException
      Overrides:
      tabComplete in class org.bukkit.command.Command
      Throws:
      IllegalArgumentException