public static class FishingEvent.Cast extends FishingEvent
FishingEvent.Cast, FishingEvent.Catch, FishingEvent.ReelfishHook, player| Constructor and Description |
|---|
Cast(net.minecraft.entity.player.EntityPlayerMP player,
EntityHook fishHook,
int ticksUntilCatch,
float chanceOfNothing) |
| Modifier and Type | Method and Description |
|---|---|
float |
getChanceOfNothing() |
int |
getTicksUntilCatch() |
void |
setChanceOfNothing(float chanceOfNothing) |
void |
setTicksUntilCatch(int ticksUntilCatch) |
getRodTypepublic Cast(net.minecraft.entity.player.EntityPlayerMP player,
EntityHook fishHook,
int ticksUntilCatch,
float chanceOfNothing)