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 boolean
onCommand(@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:
onCommand
in 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:
onTabComplete
in interfaceorg.bukkit.command.TabCompleter
-
-