Class ExprWorldBorderDamageAmount

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

@Name("Damage Amount of World Border") @Description({"The amount of damage a player takes per second for each block they are outside the border plus the border buffer.","Players only take damage when outside of the world's world border, and the damage value cannot be less than 0."}) @Example("set world border damage amount of {_worldborder} to 1") @Since("2.11") public class ExprWorldBorderDamageAmount extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.WorldBorder, Double>