Class FishingEvent
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.FishingEvent
- Direct Known Subclasses:
FishingEvent.Cast,FishingEvent.Catch,FishingEvent.Reel
public abstract class FishingEvent
extends net.neoforged.bus.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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFishingEvent(net.minecraft.server.level.ServerPlayer player, HookEntity fishHook) -
Method Summary
-
Field Details
-
player
public final net.minecraft.server.level.ServerPlayer player -
fishHook
-
-
Constructor Details
-
FishingEvent
-
-
Method Details
-
getRodType
-