public class TextTranslation1_16_5 extends Text1_16_5 implements mods.thecomputerizer.theimpossiblelibrary.api.text.TextTranslationAPI<net.minecraft.network.chat.Style>
| Constructor and Description |
|---|
TextTranslation1_16_5(TextHelper1_16_5 helper,
java.lang.String original,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplied() |
net.minecraft.network.chat.MutableComponent |
getComponent() |
TextHelper1_16_5 |
getHelper() |
java.lang.String |
getOriginal() |
TextTranslation1_16_5 |
setStyle(net.minecraft.network.chat.Style style) |
TextTranslation1_16_5 |
withStyle(net.minecraft.network.chat.Style style) |
getAppliedNoReset, getAsComponent, toStringpublic TextTranslation1_16_5(TextHelper1_16_5 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.network.chat.Style>public TextHelper1_16_5 getHelper()
getHelper in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>public java.lang.String getOriginal()
getOriginal in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>public net.minecraft.network.chat.MutableComponent getComponent()
getComponent in class Text1_16_5public TextTranslation1_16_5 setStyle(net.minecraft.network.chat.Style style)
setStyle in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>public TextTranslation1_16_5 withStyle(net.minecraft.network.chat.Style style)
withStyle in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>