public static class FishingEvent.Cast extends FishingEvent
FishingEvent.Cast, FishingEvent.Catch, FishingEvent.Reel
fishHook, 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) |
getRodType
public Cast(net.minecraft.entity.player.EntityPlayerMP player, EntityHook fishHook, int ticksUntilCatch, float chanceOfNothing)