package gtPlusPlus.xmod.sc2.slots; import gtPlusPlus.xmod.sc2.modules.workers.tools.ModuleExoticFarmer; import net.minecraft.inventory.IInventory; import vswe.stevescarts.Slots.SlotSeed; public class SlotExoticSeed extends SlotSeed { public SlotExoticSeed(final IInventory iinventory, final ModuleExoticFarmer module, final int i, final int j, final int k) { super(iinventory, module, i, j, k); } }