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

13 lines
231 B
Java
Raw Normal View History

package appeng.container.slot;
import net.minecraft.inventory.IInventory;
public class QuartzKnifeOutput extends SlotOutput
{
public QuartzKnifeOutput(IInventory a, int b, int c, int d, int i) {
super( a, b, c, d, i );
}
}