reformatted all src files (#141)
This commit is contained in:
@@ -23,12 +23,11 @@ import appeng.api.networking.IGridHost;
|
||||
import appeng.api.util.DimensionalCoord;
|
||||
|
||||
|
||||
public interface IGridProxyable extends IGridHost
|
||||
{
|
||||
public interface IGridProxyable extends IGridHost {
|
||||
|
||||
AENetworkProxy getProxy();
|
||||
AENetworkProxy getProxy();
|
||||
|
||||
DimensionalCoord getLocation();
|
||||
DimensionalCoord getLocation();
|
||||
|
||||
void gridChanged();
|
||||
void gridChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user