Class ExpandItemLore
java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandItemLore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<net.minecraft.network.chat.Component> lines(net.minecraft.world.item.component.ItemLore internal) static net.minecraft.world.item.component.ItemLorestatic net.minecraft.world.item.component.ItemLoreof(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.ItemLorewithLineAdded(net.minecraft.world.item.component.ItemLore internal, net.minecraft.network.chat.Component line)
-
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
-
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)
-