public abstract class FishingEvent
extends net.minecraftforge.eventbus.api.Event
FishingEvent.Cast
, FishingEvent.Catch
, and FishingEvent.Reel
.Modifier and Type | Class and Description |
---|---|
static class |
FishingEvent.Cast |
static class |
FishingEvent.Catch |
static class |
FishingEvent.Reel |
Modifier and Type | Field and Description |
---|---|
HookEntity |
fishHook |
net.minecraft.entity.player.ServerPlayerEntity |
player |
Modifier | Constructor and Description |
---|---|
protected |
FishingEvent(net.minecraft.entity.player.ServerPlayerEntity player,
HookEntity fishHook) |
Modifier and Type | Method and Description |
---|---|
EnumRodType |
getRodType() |
public final net.minecraft.entity.player.ServerPlayerEntity player
public final HookEntity fishHook
protected FishingEvent(net.minecraft.entity.player.ServerPlayerEntity player, HookEntity fishHook)
public EnumRodType getRodType()