public static class FishingEvent.Reel extends FishingEvent
FishingEvent.Cast, FishingEvent.Catch, FishingEvent.Reel
Modifier and Type | Field and Description |
---|---|
java.util.Optional<net.minecraft.entity.Entity> |
optEntity |
fishHook, player
Constructor and Description |
---|
Reel(net.minecraft.entity.player.EntityPlayerMP player,
EntityHook fishHook,
net.minecraft.entity.Entity entity) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPokemon() |
getRodType
public Reel(net.minecraft.entity.player.EntityPlayerMP player, EntityHook fishHook, net.minecraft.entity.Entity entity)