public class TextTranslation1_12_2 extends Text1_12_2 implements mods.thecomputerizer.theimpossiblelibrary.api.text.TextTranslationAPI<net.minecraft.util.text.Style>
| Constructor and Description |
|---|
TextTranslation1_12_2(TextHelper1_12_2 helper,
java.lang.String original,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplied() |
net.minecraft.util.text.ITextComponent |
getComponent() |
TextHelper1_12_2 |
getHelper() |
java.lang.String |
getOriginal() |
TextTranslation1_12_2 |
setStyle(net.minecraft.util.text.Style style) |
TextTranslation1_12_2 |
withStyle(net.minecraft.util.text.Style style) |
getAppliedNoReset, getAsComponent, toStringpublic TextTranslation1_12_2(TextHelper1_12_2 helper, java.lang.String original, java.lang.Object... args)
public java.lang.String getApplied()
getApplied in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>public TextHelper1_12_2 getHelper()
getHelper in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>public net.minecraft.util.text.ITextComponent getComponent()
getComponent in class Text1_12_2public java.lang.String getOriginal()
getOriginal in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>public TextTranslation1_12_2 setStyle(net.minecraft.util.text.Style style)
setStyle in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>public TextTranslation1_12_2 withStyle(net.minecraft.util.text.Style style)
withStyle in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>