Applied-Energistics-2-tiler.../me/helpers/IGridProxyable.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

15 lines
263 B
Java

package appeng.me.helpers;
import appeng.api.networking.IGridHost;
import appeng.api.util.DimensionalCoord;
public interface IGridProxyable extends IGridHost
{
AENetworkProxy getProxy();
DimensionalCoord getLocation();
void gridChanged();
}