package appeng.container.slot; public interface IOptionalSlotHost { boolean isSlotEnabled(int idx, OptionalSlotFake osf); }