public interface FishingEvent extends GameEvent, CauseTracked
FishHook
.Modifier and Type | Interface and Description |
---|---|
static interface |
FishingEvent.Finish |
static interface |
FishingEvent.Hook
|
static interface |
FishingEvent.Start
An event where the
FishHook is casted. |
static interface |
FishingEvent.Stop
A specific
FishingEvent where the FishHook is retracted
or "reeled in". |
Modifier and Type | Method and Description |
---|---|
FishHook |
getFishHook()
Gets the
FishHook related with this event. |
EntitySnapshot |
getOriginalFishHook()
Gets the original
FishHook , as a EntitySnapshot . |
getCallbacks
getCause
EntitySnapshot getOriginalFishHook()
FishHook
, as a EntitySnapshot
.