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.ExprEquipCompModel
All Implemented Interfaces:
Debuggable, Expression<String>, Loopable<String>, Simplifiable<Expression<? extends String>>, SyntaxElement, EquippableExperimentSyntax, Converter<EquippableWrapper,String>, ExperimentalSyntax, SimpleExperimentalSyntax, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Equippable Component - Model") @Description("The model of the item when equipped.\nThe model key is represented as a namespaced key.\nA namespaced key can be formatted as \'namespace:id\' or \'id\'. It can only contain one \':\' to separate the namespace and the id. Only alphanumeric characters, periods, underscores, and dashes can be used.\nNOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.\n") @Example("set the equipped model key of {_item} to \"custom_model\"") @Example("set {_component} to the equippable component of {_item}\nset the equipped model id of {_component} to \"custom_model\"\n") @RequiredPlugins("Minecraft 1.21.2+") @Since("2.13") public class ExprEquipCompModel extends ch.njol.skript.expressions.base.SimplePropertyExpression<EquippableWrapper,String> implements EquippableExperimentSyntax