Class ExprRedstoneBlockPower

All Implemented Interfaces:
Converter<org.bukkit.block.Block,​Long>, Debuggable, Expression<Long>, SyntaxElement

@Name("Redstone Block Power") @Description("Power of a redstone block") @Examples({"if redstone power of targeted block is 15:","\tsend \"This block is very powerful!\""}) @Since("2.5") public class ExprRedstoneBlockPower extends SimplePropertyExpression<org.bukkit.block.Block,​Long>