Class ExprDisplayInterpolation

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

@Name("Display Interpolation Delay/Duration") @Description({"Returns or changes the interpolation delay/duration of <a href=\'classes.html#display\'>displays</a>.","Interpolation duration is the amount of time a display will take to interpolate, or shift, between its current state and a new state.","Interpolation delay is the amount of ticks before client-side interpolation will commence.Setting to 0 seconds will make it immediate.","Resetting either value will return that value to 0."}) @Examples("set interpolation delay of the last spawned text display to 2 ticks") @Since("2.10.0") public class ExprDisplayInterpolation extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Display,Timespan>
  • Constructor Details

    • ExprDisplayInterpolation

      public ExprDisplayInterpolation()
  • Method Details