Class GetTopListCommand
- java.lang.Object
-
- org.bukkit.command.Command
-
- me.hsgamer.topper.spigot.plugin.command.GetTopListCommand
-
public class GetTopListCommand extends org.bukkit.command.Command
-
-
Constructor Summary
Constructors Constructor Description GetTopListCommand(TopperPlugin instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.bukkit.command.CommandSender sender, String label, 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
-
-
-
-
Constructor Detail
-
GetTopListCommand
public GetTopListCommand(TopperPlugin instance)
-
-
Method Detail
-
execute
public boolean execute(org.bukkit.command.CommandSender sender, String label, String[] args)
- Specified by:
execute
in classorg.bukkit.command.Command
-
tabComplete
public List<String> tabComplete(org.bukkit.command.CommandSender sender, String alias, String[] args) throws IllegalArgumentException
- Overrides:
tabComplete
in classorg.bukkit.command.Command
- Throws:
IllegalArgumentException
-
-