Interface ExperimentalSyntax
- All Superinterfaces:
SyntaxElement
- All Known Subinterfaces:
DamageSourceExperimentSyntax
,EquippableExperimentSyntax
,QueueExperimentSyntax
,ReflectionExperimentSyntax
,SimpleExperimentalSyntax
- All Known Implementing Classes:
CondEquipCompDamage
,CondEquipCompDispensable
,CondEquipCompInteract
,CondEquipCompShearable
,CondEquipCompSwapEquipment
,CondScalesWithDifficulty
,CondWasIndirect
,EffEquipCompDamageable
,EffEquipCompDispensable
,EffEquipCompInteract
,EffEquipCompShearable
,EffEquipCompSwapEquipment
,ExprCausingEntity
,ExprDamageLocation
,ExprDamageType
,ExprDirectEntity
,ExprEquipCompCameraOverlay
,ExprEquipCompEntities
,ExprEquipCompEquipSound
,ExprEquipCompModel
,ExprEquipCompShearSound
,ExprEquipCompSlot
,ExprEquippableComponent
,ExprFoodExhaustion
,ExprSecBlankEquipComp
,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.
-