001 package org.bukkit.entity; 002 003 /** 004 * Represents a mushroom {@link Cow} 005 */ 006 public interface MushroomCow extends Cow { 007 008 }