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
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.FishingEvent
FishingEvent.Cast, FishingEvent.Catch, FishingEvent.ReelNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result - 
Field Summary
FieldsFields inherited from class com.pixelmonmod.pixelmon.api.events.FishingEvent
fishHook, player - 
Constructor Summary
ConstructorsConstructorDescriptionReel(net.minecraft.server.level.ServerPlayer player, HookEntity fishHook, net.minecraft.world.entity.Entity entity)  - 
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.FishingEvent
getRodTypeMethods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult 
- 
Field Details
- 
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() 
 -