Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
|
||||
public interface IIC2
|
||||
{
|
||||
|
||||
void addToEnergyNet(TileEntity appEngTile);
|
||||
|
||||
void removeFromEnergyNet(TileEntity appEngTile);
|
||||
|
||||
ItemStack getItem(String string);
|
||||
|
||||
void maceratorRecipe(ItemStack in, ItemStack out);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user