java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandItemLore

@ZenRegister public class ExpandItemLore extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<net.minecraft.network.chat.Component>
    lines(net.minecraft.world.item.component.ItemLore internal)
     
    static net.minecraft.world.item.component.ItemLore
    of(List<net.minecraft.network.chat.Component> lines)
     
    static net.minecraft.world.item.component.ItemLore
    of(List<net.minecraft.network.chat.Component> lines, List<net.minecraft.network.chat.Component> styledLines)
     
    static List<net.minecraft.network.chat.Component>
    styledLines(net.minecraft.world.item.component.ItemLore internal)
     
    static net.minecraft.world.item.component.ItemLore
    withLineAdded(net.minecraft.world.item.component.ItemLore internal, net.minecraft.network.chat.Component line)
     

    Methods inherited from class java.lang.Object

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

    • ExpandItemLore

      public ExpandItemLore()
  • Method Details

    • of

      public static net.minecraft.world.item.component.ItemLore of(List<net.minecraft.network.chat.Component> lines)
    • of

      public static net.minecraft.world.item.component.ItemLore of(List<net.minecraft.network.chat.Component> lines, List<net.minecraft.network.chat.Component> styledLines)
    • withLineAdded

      public static net.minecraft.world.item.component.ItemLore withLineAdded(net.minecraft.world.item.component.ItemLore internal, net.minecraft.network.chat.Component line)
    • lines

      public static List<net.minecraft.network.chat.Component> lines(net.minecraft.world.item.component.ItemLore internal)
    • styledLines

      public static List<net.minecraft.network.chat.Component> styledLines(net.minecraft.world.item.component.ItemLore internal)