The Great Renamening of 2020
This commit is contained in:
+1
-1
@@ -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?
|
||||
+1
-1
@@ -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
|
||||
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user