001 package org.bukkit.entity; 002 003 /** 004 * Represents a MagmaCube. 005 */ 006 public interface MagmaCube extends Slime { 007 }