Get rid of `ICustomNameObject` in favor of `Nameable`
Technici4n opened this issue ยท 1 comments
We need to be a bit careful because ICustomNameObject#getCustomInventoryName
is never null wheras Nameable#getCustomName
can be null when there's no custom name.