summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/entity/Fish.java
blob: dca77fce6c6d78c4148572d88960f6caa27bffa0 (plain)
1
2
3
4
5
6
package org.bukkit.entity;

/**
 * Represents a fishing hook.
 */
public interface Fish extends Projectile {}