Class ExprDisplayViewRange

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Float>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.entity.Display,Float>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Display,Float>
org.skriptlang.skript.bukkit.displays.generic.ExprDisplayViewRange
All Implemented Interfaces:
Converter<org.bukkit.entity.Display,Float>, Debuggable, Expression<Float>, SyntaxElement

@Name("Display View Range") @Description({"Returns or changes the view range of <a href=\'classes.html#display\'>displays</a>.","Default value is 1.0. This value is then multiplied by 64 and the player\'s entity view distance setting to determine the actual range.","For example, a player with 150% entity view distance will see a block display with a view range of 1.2 at 1.2 * 64 * 150% = 115.2 blocks away."}) @Examples("set view range of the last spawned text display to 2.9") @Since("2.10.0") public class ExprDisplayViewRange extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Display,Float>