Class FishingEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.FishingEvent
- Direct Known Subclasses:
FishingEvent.Cast
,FishingEvent.Catch
,FishingEvent.Reel
public abstract class FishingEvent
extends net.minecraftforge.eventbus.api.Event
Superclass event for all Pixelmon fishing rod events. Children:
FishingEvent.Cast
, FishingEvent.Catch
, and FishingEvent.Reel
.- Since:
- January 9, 2018
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
FishingEvent
(net.minecraft.server.level.ServerPlayer player, HookEntity fishHook) -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
player
public final net.minecraft.server.level.ServerPlayer player -
fishHook
-
-
Constructor Details
-
FishingEvent
-
-
Method Details
-
getRodType
-