Class ExprDisplayHeightWidth

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.ExprDisplayHeightWidth
All Implemented Interfaces:
Debuggable, Expression<Float>, Loopable<Float>, Simplifiable<Expression<? extends Float>>, SyntaxElement, Converter<org.bukkit.entity.Display,Float>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Display Height/Width") @Description({"Returns or changes the height or width of <a href=\'#display\'>displays</a>.","The rendering culling bounding box spans horizontally width/2 from entity position, which determines the point at which the display will be frustum culled (no longer rendered because the game determines you are no longer able to see it).","If set to 0, no culling will occur on both the vertical and horizontal directions. Default is 0.0."}) @Examples("set display height of the last spawned text display to 2.5") @Since("2.10") public class ExprDisplayHeightWidth extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Display,Float>
  • Constructor Details

    • ExprDisplayHeightWidth

      public ExprDisplayHeightWidth()
  • Method Details