public abstract class FishingEvent
extends net.minecraftforge.fml.common.eventhandler.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 |
|---|---|
EntityHook |
fishHook |
net.minecraft.entity.player.EntityPlayerMP |
player |
| Modifier | Constructor and Description |
|---|---|
protected |
FishingEvent(net.minecraft.entity.player.EntityPlayerMP player,
EntityHook fishHook) |
| Modifier and Type | Method and Description |
|---|---|
EnumRodType |
getRodType() |
public final net.minecraft.entity.player.EntityPlayerMP player
public final EntityHook fishHook
protected FishingEvent(net.minecraft.entity.player.EntityPlayerMP player,
EntityHook fishHook)
public EnumRodType getRodType()