Class ReloadCommand

java.lang.Object
me.sciguymjm.uberenchant.commands.abstraction.UberCommand
me.sciguymjm.uberenchant.commands.ReloadCommand
All Implemented Interfaces:
IUberCommand, org.bukkit.command.CommandExecutor

public class ReloadCommand extends UberCommand implements 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Simplified version of CommandExecutor.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 of CommandExecutor.onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
      Specified by:
      onCmd in interface IUberCommand
      Returns:
      True if command was successful