Package co.aikar.commands.processors
Class ConditionsProcessor
java.lang.Object
co.aikar.commands.processors.ConditionsProcessor
- All Implemented Interfaces:
AnnotationProcessor<Conditions>
@Deprecated
public class ConditionsProcessor
extends Object
implements AnnotationProcessor<Conditions>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPostContextResolution(CommandExecutionContext context, Object resolvedValue) Deprecated.voidonPreComand(CommandOperationContext context) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.aikar.commands.AnnotationProcessor
getApplicableParameters, onBaseCommandRegister, onCommandRegistered, onParameterRegistered, onPostComand, onPreContextResolution
-
Constructor Details
-
ConditionsProcessor
public ConditionsProcessor()Deprecated.
-
-
Method Details
-
onPreComand
Deprecated.- Specified by:
onPreComandin interfaceAnnotationProcessor<Conditions>
-
onPostContextResolution
Deprecated.- Specified by:
onPostContextResolutionin interfaceAnnotationProcessor<Conditions>
-