All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bukkit.entity.minecart.StorageMinecart Maven / Gradle / Ivy

package org.bukkit.entity.minecart;

import org.bukkit.entity.Minecart;
import org.bukkit.inventory.InventoryHolder;

/**
 * Represents a minecart with a chest. These types of {@link Minecart
 * minecarts} have their own inventory that can be accessed using methods
 * from the {@link InventoryHolder} interface.
 */
public interface StorageMinecart extends Minecart, InventoryHolder {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy