Interface FishingEvent.HookEntity

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

public static interface FishingEvent.HookEntity extends FishingEvent, Cancellable
Fired when an Entity is hooked.

CollideBlockEvent is fired when a FishingBobber becomes stuck in a block. This may be called multiple times before FishingEvent.Stop is fired, such as in the case where the block the FishingBobber is stuck in is broken.

  • Method Details

    • entity

      Entity entity()
      Gets the Entity.
      Returns:
      The entity