Class ExprWorldBorderWarningTime

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Timespan>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.WorldBorder, Timespan>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.WorldBorder, Timespan>
org.skriptlang.skript.bukkit.worldborder.elements.expressions.ExprWorldBorderWarningTime
All Implemented Interfaces:
Debuggable, Expression<Timespan>, Loopable<Timespan>, Simplifiable<Expression<? extends Timespan>>, SyntaxElement, Converter<org.bukkit.WorldBorder, Timespan>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Warning Time of World Border") @Description("The warning time of a world border. If the border is shrinking, the player's screen will be tinted red once the border will catch the player within this time period.") @Example("set world border warning time of {_worldborder} to 1 second") @Since("2.11") public class ExprWorldBorderWarningTime extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.WorldBorder, Timespan>