/** * */ package org.bukkit.entity; /** * Represents a Water Mob * @author Cogito * */ public interface WaterMob extends Creature { }