Class ExprPickupDelay

All Implemented Interfaces:
Converter<org.bukkit.entity.Entity,Timespan>, Debuggable, Expression<Timespan>, SyntaxElement

@Name("Pickup Delay") @Description("The amount of time before a dropped item can be picked up by an entity.") @Examples({"drop diamond sword at {_location} without velocity","set pickup delay of last dropped item to 5 seconds"}) @Since("2.7") public class ExprPickupDelay extends SimplePropertyExpression<org.bukkit.entity.Entity,Timespan>