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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanonCmd()Simplified version ofCommandExecutor.onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])Methods inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand
onCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
onCmdin interfaceIUberCommand- Returns:
- True if command was successful
-