package org.bukkit.entity; /** * Represents a Minecart with a Mob Spawner inside it. */ public interface MinecartMobSpawner extends Minecart { }