Class FeatureCommand

java.lang.Object
org.rusherhack.core.command.AbstractCommand
org.rusherhack.client.api.feature.command.Command
org.rusherhack.client.api.feature.command.FeatureCommand
All Implemented Interfaces:
Globals, org.rusherhack.core.feature.IFeature, org.rusherhack.core.interfaces.IHideable, org.rusherhack.core.interfaces.INamed
Direct Known Subclasses:
ModuleCommand

public class FeatureCommand extends Command
A command that lets you configure a feature's settings.
  • Field Summary

    Fields inherited from interface org.rusherhack.client.api.Globals

    mc
  • Constructor Summary

    Constructors
    Constructor
    Description
    FeatureCommand(org.rusherhack.core.feature.IFeatureConfigurable feature)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.rusherhack.core.feature.IFeatureConfigurable
     
    boolean
     

    Methods inherited from class org.rusherhack.core.command.AbstractCommand

    addAliases, getAliases, getDescription, getDisplayName, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.rusherhack.core.feature.IFeature

    reset
  • Constructor Details

    • FeatureCommand

      public FeatureCommand(org.rusherhack.core.feature.IFeatureConfigurable feature)
  • Method Details

    • isHidden

      public boolean isHidden()
      Specified by:
      isHidden in interface org.rusherhack.core.interfaces.IHideable
      Overrides:
      isHidden in class org.rusherhack.core.command.AbstractCommand
    • getFeature

      public org.rusherhack.core.feature.IFeatureConfigurable getFeature()