Class Text1_21
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v21.text.Text1_21
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
- Direct Known Subclasses:
TextString1_21,TextTranslation1_21
public abstract class Text1_21
extends Object
implements mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.Componentabstract net.minecraft.network.chat.ComponenttoString()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_21
public Text1_21()
-
-
Method Details
-
getAppliedNoReset
- Specified by:
getAppliedNoResetin interfacemods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
-
getAsComponent
public net.minecraft.network.chat.Component getAsComponent()- Specified by:
getAsComponentin interfacemods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
-
getComponent
public abstract net.minecraft.network.chat.Component getComponent() -
toString
-