java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Timespan>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.entity.LivingEntity,Timespan>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.LivingEntity,Timespan>
org.skriptlang.skript.bukkit.breeding.elements.ExprLoveTime
All Implemented Interfaces:
Converter<org.bukkit.entity.LivingEntity,Timespan>, Debuggable, Expression<Timespan>, SyntaxElement

@Name("Love Time") @Description({"The amount of time the animals have been in love for. Using a value of 30 seconds is equivalent to using an item to breed them.","Only works on animals that can be bred and returns \'0 seconds\' for animals that can\'t be bred."}) @Examples({"on right click:","\tsend \"%event-entity% has been in love for %love time of event-entity% more than you!\" to player"}) @Since("2.10.0") public class ExprLoveTime extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.LivingEntity,Timespan>