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.ServerPlayerEntity player,
HookEntity fishHook,
net.minecraft.entity.Entity entity) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPokemon() |
getRodType
public Reel(net.minecraft.entity.player.ServerPlayerEntity player, HookEntity fishHook, net.minecraft.entity.Entity entity)