Uses of Class
net.minecraft.entity.projectile.EntityFishHook

Packages that use EntityFishHook
net.minecraft.client.renderer.entity   
net.minecraft.entity.player   
 

Uses of EntityFishHook in net.minecraft.client.renderer.entity
 

Methods in net.minecraft.client.renderer.entity with parameters of type EntityFishHook
 void RenderFish.doRenderFishHook(EntityFishHook par1EntityFishHook, double par2, double par4, double par6, float par8, float par9)
          Actually renders the fishing line and hook
 

Uses of EntityFishHook in net.minecraft.entity.player
 

Fields in net.minecraft.entity.player declared as EntityFishHook
 EntityFishHook EntityPlayer.fishEntity
          An instance of a fishing rod's hook.