Interface ExperimentalSyntax
- All Superinterfaces:
SyntaxElement
- All Known Subinterfaces:
DamageSourceExperimentSyntax
,QueueExperimentSyntax
,ReflectionExperimentSyntax
,SimpleExperimentalSyntax
- All Known Implementing Classes:
CondScalesWithDifficulty
,CondWasIndirect
,ExprCausingEntity
,ExprDamageLocation
,ExprDamageType
,ExprDirectEntity
,ExprFoodExhaustion
,ExprSecDamageSource
,ExprSourceLocation
A
SyntaxElement
that requires one or more Experiment
s to be enabled and/or disabled.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSatisfiedBy
(ExperimentSet experimentSet) Checks whether the activeExperiment
s satisfy the requirements of this syntax.Methods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser, getSyntaxTypeName, init, preInit
-
Method Details
-
isSatisfiedBy
Checks whether the activeExperiment
s satisfy the requirements of this syntax.- Parameters:
experimentSet
- AnExperimentSet
instance containing currently activeExperiment
s in the environment.- Returns:
true
if thisSyntaxElement
can be used.
-