java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.Text1_20
mods.thecomputerizer.theimpossiblelibrary.shared.v20.m6.text.TextString1_20_6
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>, mods.thecomputerizer.theimpossiblelibrary.api.text.TextStringAPI<net.minecraft.network.chat.Style>

public class TextString1_20_6 extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.Text1_20 implements mods.thecomputerizer.theimpossiblelibrary.api.text.TextStringAPI<net.minecraft.network.chat.Style>
  • Constructor Summary

    Constructors
    Constructor
    Description
    TextString1_20_6(mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.TextHelper1_20 helper, String original)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    net.minecraft.network.chat.MutableComponent
     
    mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.TextHelper1_20
     
     
    setStyle(net.minecraft.network.chat.Style style)
     
    withStyle(net.minecraft.network.chat.Style style)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.Text1_20

    getAppliedNoReset, getAsComponent, toString

    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

    getAppliedNoReset, getAsComponent, isAppliedBlank, isAppliedEmpty, isOriginalBlank, isOriginalEmpty
  • Constructor Details

    • TextString1_20_6

      public TextString1_20_6(mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.TextHelper1_20 helper, String original)
  • Method Details

    • getApplied

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

      public mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.TextHelper1_20 getHelper()
      Specified by:
      getHelper in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
    • getOriginal

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

      public net.minecraft.network.chat.MutableComponent getComponent()
      Specified by:
      getComponent in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.text.Text1_20
    • setStyle

      public TextString1_20_6 setStyle(net.minecraft.network.chat.Style style)
      Specified by:
      setStyle in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>
    • withStyle

      public TextString1_20_6 withStyle(net.minecraft.network.chat.Style style)
      Specified by:
      withStyle in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>