Package dev.linwood.itemmods.commands
Class CustomBlockSetCommand
- java.lang.Object
-
- dev.linwood.itemmods.commands.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 Summary
Constructors Constructor Description CustomBlockSetCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanonCommand(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull String s, @NotNull String[] strings)@Nullable List<String>onTabComplete(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull String s, @NotNull String[] strings)
-
-
-
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:
onCommandin interfaceorg.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:
onTabCompletein interfaceorg.bukkit.command.TabCompleter
-
-