package com.pahimar.ee3.inventory; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.Slot; public class SlotResearchStation extends Slot { public SlotResearchStation(IInventory inventory, int slotIndex, int x, int y) { super(inventory, slotIndex, x, y); } }