Class GeyserSpigotCommandExecutor
java.lang.Object
org.geysermc.geyser.command.CommandExecutor
org.geysermc.geyser.platform.spigot.command.GeyserSpigotCommandExecutor
- All Implemented Interfaces:
 org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor
public class GeyserSpigotCommandExecutor
extends CommandExecutor
implements org.bukkit.command.TabExecutor
- 
Field Summary
Fields inherited from class org.geysermc.geyser.command.CommandExecutor
geyser - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.geysermc.geyser.command.CommandExecutor
getCommand, getGeyserSession, tabComplete 
- 
Constructor Details
- 
GeyserSpigotCommandExecutor
 
 - 
 - 
Method Details
- 
onCommand
public boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)- Specified by:
 onCommandin interfaceorg.bukkit.command.CommandExecutor
 - 
onTabComplete
public List<String> onTabComplete(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)- Specified by:
 onTabCompletein interfaceorg.bukkit.command.TabCompleter
 
 -