OSDN Git Service

修正・変更
[chemicraft/chemicraft.git] / common / pcc / chemicraft / slot / SlotElectrolysisFuel.java
1 package pcc.chemicraft.slot;
2
3 import net.minecraft.inventory.IInventory;
4 import net.minecraft.inventory.Slot;
5
6 public class SlotElectrolysisFuel extends Slot
7 {
8
9         public SlotElectrolysisFuel(IInventory par1iInventory, int par2, int par3, int par4) {
10                 super(par1iInventory, par2, par3, par4);
11         }
12
13 }