package net.minecraft.src;

/**
 * Inventory which can't store some items.<br>
 * Used by conveyers to determine whether it's the right slot to fill.
 * 
 * @author MightyPork
 */
public interface PC_ISelectiveInventory {

}
