ME Tunnel + Network Tool
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package appeng.helpers;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public interface IGuiItem
|
||||
{
|
||||
|
||||
Object getGuiObject(ItemStack is);
|
||||
Object getGuiObject(ItemStack is, World world, int x, int y, int z);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user