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