Class Text1_12_2
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.text.Text1_12_2
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>
- Direct Known Subclasses:
TextString1_12_2,TextTranslation1_12_2
public abstract class Text1_12_2
extends Object
implements mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.util.text.ITextComponentabstract net.minecraft.util.text.ITextComponenttoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI
getApplied, getHelper, getOriginal, isAppliedBlank, isAppliedEmpty, isOriginalBlank, isOriginalEmpty, setStyle, withStyle
-
Constructor Details
-
Text1_12_2
public Text1_12_2()
-
-
Method Details
-
getAppliedNoReset
- Specified by:
getAppliedNoResetin interfacemods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>
-
getAsComponent
public net.minecraft.util.text.ITextComponent getAsComponent()- Specified by:
getAsComponentin interfacemods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.util.text.Style>
-
getComponent
public abstract net.minecraft.util.text.ITextComponent getComponent() -
toString
-