Applied-Energistics-2-tiler.../container/slot/SlotInaccessableHD.java

13 lines
241 B
Java
Raw Normal View History

package appeng.container.slot;
import net.minecraft.inventory.IInventory;
public class SlotInaccessableHD extends SlotInaccessable
{
public SlotInaccessableHD(IInventory i, int slotIdx, int x, int y) {
super( i, slotIdx, x, y );
}
}