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

@Name("Blank Equippable Component") @Description("Gets a blank equippable component.\nNOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.\n") @Example("set {_component} to a blank equippable component:\n\tset the camera overlay to \"custom_overlay\"\n\tset the allowed entities to a zombie and a skeleton\n\tset the equip sound to \"block.note_block.pling\"\n\tset the equipped model id to \"custom_model\"\n\tset the shear sound to \"ui.toast.in\"\n\tset the equipment slot to chest slot\n\tallow event-equippable component to be damage when hurt\n\tallow event-equippable component to be dispensed\n\tallow event-equippable component to be equipped onto entities\n\tallow event-equippable component to be sheared off\n\tallow event-equippable component to swap equipment\nset the equippable component of {_item} to {_component}\n") @RequiredPlugins("Minecraft 1.21.2+") @Since("2.13") public class ExprSecBlankEquipComp extends ch.njol.skript.expressions.base.SectionExpression<EquippableWrapper> implements EquippableExperimentSyntax