Class ExprMaxFreezeTicks

All Implemented Interfaces:
Converter<org.bukkit.entity.Entity,Timespan>, Debuggable, Expression<Timespan>, SyntaxElement

@Name("Maximum Freeze Time") @Description("The maximum amount of time an entity can spend in powdered snow before taking damage.") @Examples({"difference between player\'s freeze time and player\'s max freeze time is less than 1 second:","\tsend \"you\'re about to freeze!\" to the player"}) @Since("2.7") public class ExprMaxFreezeTicks extends SimplePropertyExpression<org.bukkit.entity.Entity,Timespan>