package com.laytonsmith.abstraction.blocks; import com.laytonsmith.abstraction.MCInventoryHolder; public interface MCShulkerBox extends MCBlockState, MCInventoryHolder { }