Class Command
java.lang.Object
org.rusherhack.core.command.AbstractCommand
org.rusherhack.client.api.feature.command.Command
- All Implemented Interfaces:
Globals
,org.rusherhack.core.feature.IFeature
,org.rusherhack.core.interfaces.IHideable
,org.rusherhack.core.interfaces.INamed
- Direct Known Subclasses:
FeatureCommand
public abstract class Command
extends org.rusherhack.core.command.AbstractCommand
implements Globals
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.rusherhack.core.command.AbstractCommand
addAliases, getAliases, getDescription, getDisplayName, getName, isHidden
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
-
Command
- Parameters:
name
- base name of the commanddescription
- description of what the command does
-