Class ReloadCommand
- java.lang.Object
-
- org.bukkit.command.Command
-
- me.hsgamer.topper.spigot.plugin.command.ReloadCommand
-
public class ReloadCommand extends org.bukkit.command.Command
-
-
Constructor Summary
Constructors Constructor Description ReloadCommand(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)
-
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, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
Constructor Detail
-
ReloadCommand
public ReloadCommand(TopperPlugin instance)
-
-