Package net.lewmc.essence.core
Class TabCompleterEssence
java.lang.Object
net.lewmc.essence.core.TabCompleterEssence
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
Tab completer for the /essence command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononTabComplete(@NotNull org.bukkit.command.CommandSender sender, @NotNull org.bukkit.command.Command cde, @NotNull String arg, String[] args) Tab completer for the /essence command.
-
Constructor Details
-
TabCompleterEssence
public TabCompleterEssence()
-
-
Method Details
-
onTabComplete
public List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command cde, @NotNull @NotNull String arg, String[] args) Tab completer for the /essence command.- Specified by:
onTabCompletein interfaceorg.bukkit.command.TabCompleter- Parameters:
sender- CommandSender - The command executor.cde- Command - The command.arg- String - Command argument.args- String[] - Command arguments.- Returns:
- ArrayList - List of command autocomplete options.
-