001 package org.bukkit.entity; 002 003 /** 004 * Represents a fishing hook. 005 * @deprecated in favor of {@link FishHook} 006 */ 007 public interface Fish extends FishHook { 008 }