Package net.createmod.catnip.lang
Class FontHelper
java.lang.Object
net.createmod.catnip.lang.FontHelper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic List<net.minecraft.network.chat.Component> cutStringTextComponent(String s, FontHelper.Palette palette) static List<net.minecraft.network.chat.Component> cutStringTextComponent(String s, net.minecraft.network.chat.Style primaryStyle, net.minecraft.network.chat.Style highlightStyle) static List<net.minecraft.network.chat.Component> cutStringTextComponent(String c, net.minecraft.network.chat.Style primaryStyle, net.minecraft.network.chat.Style highlightStyle, int indent) static List<net.minecraft.network.chat.Component> cutTextComponent(net.minecraft.network.chat.Component c, FontHelper.Palette palette) static List<net.minecraft.network.chat.Component> cutTextComponent(net.minecraft.network.chat.Component c, net.minecraft.network.chat.Style primaryStyle, net.minecraft.network.chat.Style highlightStyle) static List<net.minecraft.network.chat.Component> cutTextComponent(net.minecraft.network.chat.Component c, net.minecraft.network.chat.Style primaryStyle, net.minecraft.network.chat.Style highlightStyle, int indent) static net.minecraft.network.chat.StylestyleFromColor(int hex) static net.minecraft.network.chat.StylestyleFromColor(net.minecraft.ChatFormatting color)
-
Field Details
-
MAX_WIDTH_PER_LINE
public static final int MAX_WIDTH_PER_LINE- See Also:
-
-
Method Details
-
styleFromColor
public static net.minecraft.network.chat.Style styleFromColor(net.minecraft.ChatFormatting color) -
styleFromColor
public static net.minecraft.network.chat.Style styleFromColor(int hex) -
cutStringTextComponent
public static List<net.minecraft.network.chat.Component> cutStringTextComponent(String s, FontHelper.Palette palette) -
cutTextComponent
public static List<net.minecraft.network.chat.Component> cutTextComponent(net.minecraft.network.chat.Component c, FontHelper.Palette palette) -
cutStringTextComponent
-
cutTextComponent
public static List<net.minecraft.network.chat.Component> cutTextComponent(net.minecraft.network.chat.Component c, net.minecraft.network.chat.Style primaryStyle, net.minecraft.network.chat.Style highlightStyle) -
cutStringTextComponent
-
cutTextComponent
public static List<net.minecraft.network.chat.Component> cutTextComponent(net.minecraft.network.chat.Component c, net.minecraft.network.chat.Style primaryStyle, net.minecraft.network.chat.Style highlightStyle, int indent)
-