ME Tunnel + Network Tool
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package appeng.helpers;
|
||||
|
||||
import net.minecraft.inventory.IInventory;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import appeng.api.networking.IGridHost;
|
||||
|
||||
public interface INetworkTool extends IInventory
|
||||
{
|
||||
|
||||
IGridHost getGridHost(); // null for most purposes.
|
||||
|
||||
public ItemStack getItemStack();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user