Class ExprBurnCookTime

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.block.Block,​Timespan>
ch.njol.skript.expressions.ExprBurnCookTime
All Implemented Interfaces:
Debuggable, Expression<Timespan>, SyntaxElement

@Name("Burn/Cook Time") @Description({"The time a furnace takes to burn an item in a <a href=\'events.html#fuel_burn\'>fuel burn</a> event.","Can also be used to change the burn/cook time of a placed furnace."}) @Examples({"on fuel burn:","\tif fuel slot is coal:","\t\tset burning time to 1 tick"}) @Since("2.3") public class ExprBurnCookTime extends PropertyExpression<org.bukkit.block.Block,​Timespan>