Class ExpandComponent

java.lang.Object
com.blamejared.crafttweaker.natives.text.ExpandComponent

@ZenRegister public class ExpandComponent extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.network.chat.MutableComponent
    copy(net.minecraft.network.chat.Component internal)
     
    static String
    getContents(net.minecraft.network.chat.Component internal)
     
    static List<net.minecraft.network.chat.Component>
    getSiblings(net.minecraft.network.chat.Component internal)
     
    static String
    getString(net.minecraft.network.chat.Component internal, int maxLength)
     
    static net.minecraft.network.chat.Style
    getStyle(net.minecraft.network.chat.Component internal)
     
    static net.minecraft.network.chat.MutableComponent
    plainCopy(net.minecraft.network.chat.Component internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandComponent

      public ExpandComponent()
  • Method Details

    • getStyle

      public static net.minecraft.network.chat.Style getStyle(net.minecraft.network.chat.Component internal)
    • getContents

      public static String getContents(net.minecraft.network.chat.Component internal)
    • getString

      public static String getString(net.minecraft.network.chat.Component internal, int maxLength)
    • getSiblings

      public static List<net.minecraft.network.chat.Component> getSiblings(net.minecraft.network.chat.Component internal)
    • plainCopy

      public static net.minecraft.network.chat.MutableComponent plainCopy(net.minecraft.network.chat.Component internal)
    • copy

      public static net.minecraft.network.chat.MutableComponent copy(net.minecraft.network.chat.Component internal)