Class ExprColorOf

All Implemented Interfaces:
Debuggable, Expression<Color>, SyntaxElement

@Name("Color of") @Description("The <a href=\'./classes.html#color\'>color</a> of an item, can also be used to colour chat messages with \"&lt;%colour of ...%&gt;this text is coloured!\".") @Examples({"on click on wool:","\tmessage \"This wool block is <%color of block%>%color of block%<reset>!\"","\tset the color of the block to black"}) @Since("1.2") public class ExprColorOf extends PropertyExpression<Object,​Color>