Interface EquippableExperimentSyntax
- All Superinterfaces:
ExperimentalSyntax
,SimpleExperimentalSyntax
,SyntaxElement
- All Known Implementing Classes:
CondEquipCompDamage
,CondEquipCompDispensable
,CondEquipCompInteract
,CondEquipCompShearable
,CondEquipCompSwapEquipment
,EffEquipCompDamageable
,EffEquipCompDispensable
,EffEquipCompInteract
,EffEquipCompShearable
,EffEquipCompSwapEquipment
,ExprEquipCompCameraOverlay
,ExprEquipCompEntities
,ExprEquipCompEquipSound
,ExprEquipCompModel
,ExprEquipCompShearSound
,ExprEquipCompSlot
,ExprEquippableComponent
,ExprSecBlankEquipComp
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault ExperimentData
TheExperimentData
used to check that the currentExperimentSet
meets the requirements.Methods inherited from interface org.skriptlang.skript.lang.experiment.SimpleExperimentalSyntax
isSatisfiedBy
Methods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser, getSyntaxTypeName, init, preInit
-
Field Details
-
EXPERIMENT_DATA
-
-
Method Details
-
getExperimentData
Description copied from interface:SimpleExperimentalSyntax
TheExperimentData
used to check that the currentExperimentSet
meets the requirements.- Specified by:
getExperimentData
in interfaceSimpleExperimentalSyntax
-