package org.bukkit; /** * Represents a powered minecart. * * @author sk89q */ public interface PoweredMinecart extends Minecart { }