Class FontHelper

java.lang.Object
net.createmod.catnip.utility.FontHelper

public final class FontHelper extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<String>
    cutString(net.minecraft.client.gui.Font font, String text, int maxWidthPerLine)
     
    static List<net.minecraft.network.chat.Component>
    cutStringTextComponent(String c, net.minecraft.ChatFormatting defaultColor, net.minecraft.ChatFormatting highlightColor)
     
    static List<net.minecraft.network.chat.Component>
    cutStringTextComponent(String c, net.minecraft.ChatFormatting defaultColor, net.minecraft.ChatFormatting highlightColor, int indent)
     
    static List<net.minecraft.network.chat.Component>
    cutTextComponent(net.minecraft.network.chat.Component c, net.minecraft.ChatFormatting defaultColor, net.minecraft.ChatFormatting highlightColor)
     
    static List<net.minecraft.network.chat.Component>
    cutTextComponent(net.minecraft.network.chat.Component c, net.minecraft.ChatFormatting defaultColor, net.minecraft.ChatFormatting highlightColor, int indent)
     
    static void
    drawSplitString(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.gui.Font font, String text, int x, int y, int width, int color)
     

    Methods inherited from class java.lang.Object

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

  • Method Details

    • cutString

      public static List<String> cutString(net.minecraft.client.gui.Font font, String text, int maxWidthPerLine)
    • drawSplitString

      public static void drawSplitString(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.gui.Font font, String text, int x, int y, int width, int color)
    • cutStringTextComponent

      public static List<net.minecraft.network.chat.Component> cutStringTextComponent(String c, net.minecraft.ChatFormatting defaultColor, net.minecraft.ChatFormatting highlightColor)
    • cutTextComponent

      public static List<net.minecraft.network.chat.Component> cutTextComponent(net.minecraft.network.chat.Component c, net.minecraft.ChatFormatting defaultColor, net.minecraft.ChatFormatting highlightColor)
    • cutStringTextComponent

      public static List<net.minecraft.network.chat.Component> cutStringTextComponent(String c, net.minecraft.ChatFormatting defaultColor, net.minecraft.ChatFormatting highlightColor, int indent)
    • cutTextComponent

      public static List<net.minecraft.network.chat.Component> cutTextComponent(net.minecraft.network.chat.Component c, net.minecraft.ChatFormatting defaultColor, net.minecraft.ChatFormatting highlightColor, int indent)