Class ReloadCommand
java.lang.Object
me.sciguymjm.uberenchant.commands.abstraction.UberCommand
me.sciguymjm.uberenchant.commands.ReloadCommand
- All Implemented Interfaces:
IUberCommand
,org.bukkit.command.CommandExecutor
For internal use.
-
Field Summary
Fields inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand
args, command, player
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onCmd()
Simplified version ofCommandExecutor.onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
Methods inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand
onCommand
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bukkit.command.CommandExecutor
onCommand
-
Constructor Details
-
ReloadCommand
public ReloadCommand()
-
-
Method Details
-
onCmd
public boolean onCmd()Simplified version ofCommandExecutor.onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
- Specified by:
onCmd
in interfaceIUberCommand
- Returns:
- True if command was successful
-