Interface FishingEvent.Start
-
- All Superinterfaces:
Cancellable
,Event
,FishingEvent
- Enclosing interface:
- FishingEvent
public static interface FishingEvent.Start extends FishingEvent, Cancellable
An event where theFishingBobber
is cast.This is fired before the
FishingBobber
has been spawned in the world.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.action.FishingEvent
FishingEvent.HookEntity, FishingEvent.Start, FishingEvent.Stop
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.action.FishingEvent
fishHook
-
-