public interface ITranslatable
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getLocalizedName() |
default net.minecraft.util.text.TranslationTextComponent |
getTranslatedName()
Returns the translation component of the objects name.
|
java.lang.String |
getTranslationKey() |
java.lang.String getTranslationKey()
default java.lang.String getLocalizedName()
default net.minecraft.util.text.TranslationTextComponent getTranslatedName()