Class ExprSkullTexture

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<String>
ch.njol.skript.expressions.base.PropertyExpression<ItemType,String>
ch.njol.skript.expressions.base.SimplePropertyExpression<ItemType,String>
org.skriptlang.skript.bukkit.misc.elements.expressions.ExprSkullTexture
All Implemented Interfaces:
Debuggable, Expression<String>, Loopable<String>, Simplifiable<Expression<? extends String>>, SyntaxElement, Converter<ItemType,String>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Skull Texture") @Description("The skull texture of a player head. This allows you to give a skull a custom texture (e.g. instead of it being a Steve head, it's Notch's head).\nThe texture input is a base64 string containing the texture data to use (https://minecraft-heads.com is one site that provides easy access to base64 texture strings).\nResetting the texture of a skull will make it look like a Steve/Alex head.\n") @Example("set the skull texture of {_i} to \"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM4NmRmZDc0Y2JhZmJkMWRiZTQ3OWY1ZTAzNzRjMDliZjJlYjRlMzg2NjExZmM0ZmM2OTlmMDJlY2E0ZGQyYyJ9fX0=\"") @Since("2.16") public class ExprSkullTexture extends ch.njol.skript.expressions.base.SimplePropertyExpression<ItemType,String>