Lots of compile fixes
This commit is contained in:
@@ -19,10 +19,12 @@
|
||||
package appeng.helpers;
|
||||
|
||||
|
||||
import net.minecraft.util.text.ITextComponent;
|
||||
|
||||
public interface ICustomNameObject
|
||||
{
|
||||
|
||||
String getCustomInventoryName();
|
||||
ITextComponent getCustomInventoryName();
|
||||
|
||||
boolean hasCustomInventoryName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user