Class CustomBlockSetCommand

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

    public class CustomBlockSetCommand
    extends Object
    implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
    Author:
    CodeDoctorDE
    • 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 String s,
                                 @NotNull
                                 @NotNull String[] strings)
        Specified by:
        onCommand in interface org.bukkit.command.CommandExecutor
      • onTabComplete

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