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

@Name("Equippable Component - Equip Sound") @Description("The sound to be played when the item is equipped.\nNOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.\n") @Example("set the equip sound of {_item} to \"entity.experience_orb.pickup\"") @Example("set {_component} to the equippable component of {_item}\nset the equip sound of {_component} to \"block.note_block.pling\"\n") @RequiredPlugins("Minecraft 1.21.2+") @Since("2.13") public class ExprEquipCompEquipSound extends ch.njol.skript.expressions.base.SimplePropertyExpression<EquippableWrapper,String> implements EquippableExperimentSyntax