Forgot to add this file for the Named Inventories fix.

This commit is contained in:
Gunther De Wachter
2017-07-03 06:56:03 +02:00
parent 890eef1803
commit 4679b0ee61
+2 -2
View File
@@ -186,13 +186,13 @@ public abstract class AEBasePart implements IPart, IGridProxyable, IActionHost,
}
@Override
public String getCustomName()
public String getCustomInventoryName()
{
return this.getItemStack().getDisplayName();
}
@Override
public boolean hasCustomName()
public boolean hasCustomInventoryName()
{
return this.getItemStack().hasDisplayName();
}