java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v19.text.Text1_19
mods.thecomputerizer.theimpossiblelibrary.shared.v19.m4.text.TextTranslation1_19_4
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>, mods.thecomputerizer.theimpossiblelibrary.api.text.TextTranslationAPI<net.minecraft.network.chat.Style>

public class TextTranslation1_19_4 extends mods.thecomputerizer.theimpossiblelibrary.shared.v19.text.Text1_19 implements mods.thecomputerizer.theimpossiblelibrary.api.text.TextTranslationAPI<net.minecraft.network.chat.Style>
  • Constructor Summary

    Constructors
    Constructor
    Description
    TextTranslation1_19_4(mods.thecomputerizer.theimpossiblelibrary.shared.v19.text.TextHelper1_19 helper, String original, Object... args)
     
  • Method Summary

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

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v19.text.Text1_19

    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

    • TextTranslation1_19_4

      public TextTranslation1_19_4(mods.thecomputerizer.theimpossiblelibrary.shared.v19.text.TextHelper1_19 helper, String original, Object... args)
  • 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.v19.text.TextHelper1_19 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.v19.text.Text1_19
    • setStyle

      public TextTranslation1_19_4 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 TextTranslation1_19_4 withStyle(net.minecraft.network.chat.Style style)
      Specified by:
      withStyle in interface mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<net.minecraft.network.chat.Style>