Class ExprDisplayTeleportDuration

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.ExprDisplayTeleportDuration
All Implemented Interfaces:
Converter<org.bukkit.entity.Display,Timespan>, Debuggable, Expression<Timespan>, SyntaxElement

@Name("Display Teleport Delay/Duration") @Description({"The teleport duration of displays is the amount of time it takes to get between locations.","0 means that updates are applied immediately.","1 means that the display entity will move from current position to the updated one over one tick.","Higher values spread the movement over multiple ticks. Max of 59 ticks."}) @Examples({"set teleport delay of the last spawned text display to 2 ticks","teleport last spawned text display to {_location}","wait 2 ticks","message \"display entity has arrived at %{_location}%\""}) @RequiredPlugins("Spigot 1.20.4+") @Since("2.10.0") public class ExprDisplayTeleportDuration extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Display,Timespan>