Class FishingEvent.Reel

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

public static class FishingEvent.Reel extends FishingEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.FishingEvent

    FishingEvent.Cast, FishingEvent.Catch, FishingEvent.Reel

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final Optional<net.minecraft.world.entity.Entity>
     

    Fields inherited from class com.pixelmonmod.pixelmon.api.events.FishingEvent

    fishHook, player
  • Constructor Summary

    Constructors
    Constructor
    Description
    Reel(net.minecraft.server.level.ServerPlayer player, HookEntity fishHook, net.minecraft.world.entity.Entity entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class com.pixelmonmod.pixelmon.api.events.FishingEvent

    getRodType

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • optEntity

      public final Optional<net.minecraft.world.entity.Entity> optEntity
  • Constructor Details

    • Reel

      public Reel(net.minecraft.server.level.ServerPlayer player, HookEntity fishHook, net.minecraft.world.entity.Entity entity)
  • Method Details

    • isPokemon

      public boolean isPokemon()