Class FishingEvent.Cast

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.FishingEvent
com.pixelmonmod.pixelmon.api.events.FishingEvent.Cast
Enclosing class:
FishingEvent

public static class FishingEvent.Cast extends FishingEvent
  • Constructor Details

    • Cast

      public Cast(net.minecraft.server.level.ServerPlayer player, HookEntity fishHook, int ticksUntilCatch, float chanceOfNothing)
  • Method Details

    • getTicksUntilCatch

      public int getTicksUntilCatch()
    • setTicksUntilCatch

      public void setTicksUntilCatch(int ticksUntilCatch)
    • getChanceOfNothing

      public float getChanceOfNothing()
    • setChanceOfNothing

      public void setChanceOfNothing(float chanceOfNothing)