java.lang.Object
cz.foresttech.forestredis.spigot.commands.SpigotForestRedisCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class SpigotForestRedisCommand
extends Object
implements org.bukkit.command.CommandExecutor
Spigot Command Class for handling ForestRedisAPI commands
-
Constructor Summary
Constructors
-
Method Summary
boolean
onCommand(org.bukkit.command.CommandSender commandSender,
org.bukkit.command.Command command,
String s,
String[] args)
-
Constructor Details
-
SpigotForestRedisCommand
public SpigotForestRedisCommand()
-
Method Details
-
onCommand
public boolean onCommand(org.bukkit.command.CommandSender commandSender,
org.bukkit.command.Command command,
String s,
String[] args)
- Specified by:
onCommand
in interface org.bukkit.command.CommandExecutor