The Great Renamening of 2020

This commit is contained in:
Sebastian Hartte
2020-06-22 12:14:54 +02:00
parent abe3334488
commit b4471b1abb
441 changed files with 3395 additions and 3468 deletions
@@ -40,7 +40,7 @@ import appeng.api.util.AEPartLocation;
* Implemented on the {@link IPart}s cable objects that can be placed at
* {@link AEPartLocation}.UNKNOWN in {@link IPartHost}s
*/
public interface IPartCable extends IPart, IGridHost {
public interface ICablePart extends IPart, IGridHost {
/**
* does this cable support buses?
@@ -29,7 +29,7 @@ import appeng.api.parts.IPart;
/**
* Implemented by all screen like parts provided by AE.
*/
public interface IPartMonitor extends IPart, IGridHost {
public interface IMonitorPart extends IPart, IGridHost {
/**
* @return if the device is online you should check this before providing any
@@ -31,7 +31,7 @@ import appeng.api.util.INetworkToolAgent;
/**
* The Storage monitor is a {@link IPart} located on the sides of a IPartHost
*/
public interface IPartStorageMonitor extends IPartMonitor, IPart, IGridHost, INetworkToolAgent {
public interface IStorageMonitorPart extends IMonitorPart, IPart, IGridHost, INetworkToolAgent {
/**
* @return the item being displayed on the storage monitor, in AEStack Form, can