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 java.lang.Object implements org.bukkit.command.TabCompleter, org.bukkit.command.CommandExecutor
-
-
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 java.lang.String s, @NotNull java.lang.String @NotNull [] args)
@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 @NotNull [] args)
-
-
-
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 @NotNull [] args)
- 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 @NotNull [] args)
- Specified by:
onTabComplete
in interfaceorg.bukkit.command.TabCompleter
-
-