package appeng.container.interfaces; import javax.annotation.Nullable; public interface ISpecialSlotIngredient { @Nullable Object getIngredient(); }