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 java.lang.Object implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
-
-
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 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)
-
-
-
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 interfaceorg.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 interfaceorg.bukkit.command.TabCompleter
-
-