Interface FishingEvent
- All Superinterfaces:
Event
- All Known Subinterfaces:
FishingEvent.HookEntity
,FishingEvent.Start
,FishingEvent.Stop
An event when a "fishing" action is performed. Always involves a
FishingBobber
.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Fired when anEntity
is hooked.static interface
An event where theFishingBobber
is cast.static interface
A specificFishingEvent
where theFishingBobber
is retracted or "reeled in". -
Method Summary
-
Method Details
-
fishHook
FishingBobber fishHook()Gets theFishingBobber
related with this event.- Returns:
- The fish hook
-