Pretty much all of security minus the gui.

and all the stuff I did that i forgot to comment.
This commit is contained in:
AlgorithmX2
2014-01-26 22:00:36 -06:00
parent bea039c7b5
commit 0f75db5e80
61 changed files with 2058 additions and 126 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
package appeng.helpers;
import net.minecraft.tileentity.TileEntity;
import appeng.api.networking.IGridHost;
import appeng.api.networking.security.IActionHost;
public interface IInterfaceHost extends IGridHost
public interface IInterfaceHost extends IActionHost
{
DualityInterface getInterfaceDuality();