Class PreconditionResult
java.lang.Object
ru.cwcode.commands.preconditions.processor.PreconditionResult
-
Constructor Summary
ConstructorsConstructorDescriptionPreconditionResult(boolean canPerform, boolean canSee, @Nullable String cannotPerformMessage) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanSee()@Nullable StringbooleanisSatisfy(PreconditionRequirements requirements)
-
Constructor Details
-
PreconditionResult
public PreconditionResult(boolean canPerform, boolean canSee, @Nullable @Nullable String cannotPerformMessage)
-
-
Method Details
-
canPerform
public boolean canPerform() -
canSee
public boolean canSee() -
getCannotPerformMessage
-
isSatisfy
-