reformatted all src files (#141)
This commit is contained in:
@@ -19,12 +19,11 @@
|
||||
package appeng.helpers;
|
||||
|
||||
|
||||
public interface ICustomNameObject
|
||||
{
|
||||
public interface ICustomNameObject {
|
||||
|
||||
String getCustomInventoryName();
|
||||
String getCustomInventoryName();
|
||||
|
||||
boolean hasCustomInventoryName();
|
||||
boolean hasCustomInventoryName();
|
||||
|
||||
void setCustomName(String name);
|
||||
void setCustomName(String name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user