package pm.c7.scout; import net.minecraft.util.collection.DefaultedList; import pm.c7.scout.screen.BagSlot; public interface ScoutScreenHandler { DefaultedList scout$getSatchelSlots(); DefaultedList scout$getLeftPouchSlots(); DefaultedList scout$getRightPouchSlots(); }