public abstract class MixinTextTranslatable extends MixinText
Modifier and Type | Field and Description |
---|---|
protected ImmutableList<Object> |
arguments |
protected org.spongepowered.api.text.translation.Translation |
translation |
children, clickAction, format, hoverAction, shiftClickAction
Constructor and Description |
---|
MixinTextTranslatable() |
Modifier and Type | Method and Description |
---|---|
protected net.minecraft.util.ChatComponentStyle |
createComponent(Locale locale) |
getLegacyFormatting, toComponent, toJson, toLegacy, toPlain
protected org.spongepowered.api.text.translation.Translation translation
protected ImmutableList<Object> arguments
protected net.minecraft.util.ChatComponentStyle createComponent(Locale locale)
createComponent
in class MixinText