public static class FishingEvent.Cast extends FishingEvent
FishingEvent.Cast, FishingEvent.Catch, FishingEvent.Reel
fishHook, player
Constructor and Description |
---|
Cast(net.minecraft.entity.player.ServerPlayerEntity player,
HookEntity 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.ServerPlayerEntity player, HookEntity fishHook, int ticksUntilCatch, float chanceOfNothing)