Name | fish_hook_lure_time |
Object | EntityTag |
Input | DurationTag |
Related Tags | <EntityTag.fish_hook_lure_time> Returns the remaining time before this fish hook will lure a fish.
|
Description | Sets the time until this fish hook is next lured. If this value and also bite_time and nibble_time are set zero, the luring value will be reset to a random amount.
if this value is set above zero, when it runs out, particles will spawn and bite_time will be set to a random amount. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L4239 |