Class ExprSignText

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<String>
ch.njol.skript.expressions.ExprSignText
All Implemented Interfaces:
Debuggable, Expression<String>, SyntaxElement

@Name("Sign Text") @Description("A line of text on a sign. Can be changed, but remember that there is a 16 character limit per line (including colour codes that use 2 characters each).") @Examples({"on rightclick on sign:","\tline 2 of the clicked block is \"[Heal]\":","\t\theal the player","\tset line 3 to \"%player%\""}) @Since("1.3") public class ExprSignText extends SimpleExpression<String>