Class ExprFishingBiteTime

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Timespan>
org.skriptlang.skript.bukkit.fishing.elements.ExprFishingBiteTime
All Implemented Interfaces:
Debuggable, Expression<Timespan>, Loopable<Timespan>, SyntaxElement

@Name("Fishing Bite Time") @Description({"Returns the time it takes a fish to bite the fishing hook, after it started approaching the hook.","May return a timespan of 0 seconds. If modifying the value, it should be at least 1 tick."}) @Examples({"on fish approach:","\tset fishing bite time to 5 seconds"}) @RequiredPlugins("Paper 1.20.6") @Events("Fishing") @Since("2.10") public class ExprFishingBiteTime extends SimpleExpression<Timespan>
  • Constructor Details

    • ExprFishingBiteTime

      public ExprFishingBiteTime()
  • Method Details