package org.bukkit.block;

import org.bukkit.loot.Lootable;

/**
 * Represents a captured state of a Barrel.
 */
public interface Barrel extends Container, Lootable, Lidded { }
