java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.Text1_20
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
Direct Known Subclasses:
TextString1_20, TextTranslation1_20

public abstract class Text1_20 extends Object implements mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    net.minecraft.network.chat.Component
     
    abstract net.minecraft.network.chat.Component
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI

    getApplied, getHelper, getOriginal, isAppliedBlank, isAppliedEmpty, isOriginalBlank, isOriginalEmpty, setStyle, withStyle
  • Constructor Details

    • Text1_20

      public Text1_20()
  • Method Details

    • getAppliedNoReset

      public String getAppliedNoReset()
      Specified by:
      getAppliedNoReset in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
    • getAsComponent

      public net.minecraft.network.chat.Component getAsComponent()
      Specified by:
      getAsComponent in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
    • getComponent

      public abstract net.minecraft.network.chat.Component getComponent()
    • toString

      public String toString()
      Overrides:
      toString in class Object