Class CustomBlockSetCommand

  • All Implemented Interfaces:
    org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

    public class CustomBlockSetCommand
    extends java.lang.Object
    implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean onCommand​(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull java.lang.String s, @NotNull java.lang.String[] strings)  
      @Nullable java.util.List<java.lang.String> onTabComplete​(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull java.lang.String s, @NotNull java.lang.String[] strings)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomBlockSetCommand

        public CustomBlockSetCommand()
    • Method Detail

      • onCommand

        public boolean onCommand​(@NotNull
                                 @NotNull org.bukkit.command.CommandSender commandSender,
                                 @NotNull
                                 @NotNull org.bukkit.command.Command command,
                                 @NotNull
                                 @NotNull java.lang.String s,
                                 @NotNull
                                 @NotNull java.lang.String[] strings)
        Specified by:
        onCommand in interface org.bukkit.command.CommandExecutor
      • onTabComplete

        @Nullable
        public @Nullable java.util.List<java.lang.String> onTabComplete​(@NotNull
                                                                        @NotNull org.bukkit.command.CommandSender commandSender,
                                                                        @NotNull
                                                                        @NotNull org.bukkit.command.Command command,
                                                                        @NotNull
                                                                        @NotNull java.lang.String s,
                                                                        @NotNull
                                                                        @NotNull java.lang.String[] strings)
        Specified by:
        onTabComplete in interface org.bukkit.command.TabCompleter