Interface FishingEvent.Stop

All Superinterfaces:
Cancellable, Event, FishingEvent
Enclosing interface:
FishingEvent

public static interface FishingEvent.Stop extends FishingEvent, Cancellable
A specific FishingEvent where the FishingBobber is retracted or "reeled in".

If the FishingBobber was cast into water, an ItemStack may be hooked when it is retracted. If the event is not cancelled, Vanilla will send one or more ItemStack by spawning Items, and sending them moving towards the player.

If the FishingBobber has an entity hooked, Vanilla will pull the hooked entity towards the caster, if the event is not cancelled.