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