Applied-Energistics-2-tiler.../helpers/IInterfaceHost.java
AlgorithmX2 0f75db5e80 Pretty much all of security minus the gui.
and all the stuff I did that i forgot to comment.
2014-01-26 22:00:36 -06:00

13 lines
261 B
Java

package appeng.helpers;
import net.minecraft.tileentity.TileEntity;
import appeng.api.networking.security.IActionHost;
public interface IInterfaceHost extends IActionHost
{
DualityInterface getInterfaceDuality();
TileEntity getTileEntity();
}