Package me.hsgamer.bettergui.command
Class GetVariablesCommand
- java.lang.Object
-
- org.bukkit.command.Command
-
- org.bukkit.command.defaults.BukkitCommand
-
- me.hsgamer.bettergui.command.GetVariablesCommand
-
public class GetVariablesCommand extends org.bukkit.command.defaults.BukkitCommand
-
-
Constructor Summary
Constructors Constructor Description GetVariablesCommand(BetterGUI plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.bukkit.command.CommandSender sender, String commandLabel, String[] args)
List<String>
tabComplete(org.bukkit.command.CommandSender sender, String alias, String[] args)
-
Methods inherited from class org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-