Package dev.linwood.itemmods.commands
Class GiveItemCommand
- java.lang.Object
-
- dev.linwood.itemmods.commands.GiveItemCommand
-
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
,org.bukkit.command.TabCompleter
public class GiveItemCommand extends Object implements org.bukkit.command.TabCompleter, org.bukkit.command.CommandExecutor
- Author:
- CodeDoctorDE
-
-
Constructor Summary
Constructors Constructor Description GiveItemCommand()
-
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 @NotNull [] args)
@Nullable List<String>
onTabComplete(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull String s, @NotNull String @NotNull [] args)
-
-
-
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 @NotNull [] args)
- 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 @NotNull [] args)
- Specified by:
onTabComplete
in interfaceorg.bukkit.command.TabCompleter
-
-