Interface IFishHook<T extends net.minecraft.entity.projectile.EntityFishHook>

  • Type Parameters:
    T - The underlying Minecraft EntityFishHook type.
    All Superinterfaces:
    IEntity<T>

    public interface IFishHook<T extends net.minecraft.entity.projectile.EntityFishHook>
    extends IEntity<T>
    Represents a fish hook entity with additional methods.
    • Method Detail

      • kill

        void kill()