java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<EquippableWrapper>
ch.njol.skript.expressions.base.PropertyExpression<Object,EquippableWrapper>
ch.njol.skript.expressions.base.SimplePropertyExpression<Object,EquippableWrapper>
org.skriptlang.skript.bukkit.itemcomponents.equippable.elements.ExprEquippableComponent
All Implemented Interfaces:
Debuggable, Expression<EquippableWrapper>, Loopable<EquippableWrapper>, Simplifiable<Expression<? extends EquippableWrapper>>, SyntaxElement, EquippableExperimentSyntax, Converter<Object,EquippableWrapper>, ExperimentalSyntax, SimpleExperimentalSyntax, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Equippable Component") @Description("The equippable component of an item. Any changes made to the equippable component will be present on the item.\nNOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.\n") @Example("set {_component} to the equippable component of {_item}\nset the equipment slot of {_component} to helmet slot\n") @Example("clear the equippable component of {_item}") @Example("reset the equippable component of {_item}") @RequiredPlugins("Minecraft 1.21.2+") @Since("2.13") public class ExprEquippableComponent extends ch.njol.skript.expressions.base.SimplePropertyExpression<Object,EquippableWrapper> implements EquippableExperimentSyntax