Uses of Class
com.mojang.realmsclient.util.TextRenderingUtils.Line
-
Packages that use TextRenderingUtils.Line Package Description com.mojang.realmsclient.gui.screens com.mojang.realmsclient.util -
-
Uses of TextRenderingUtils.Line in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens with type parameters of type TextRenderingUtils.Line Modifier and Type Field Description private java.util.List<TextRenderingUtils.Line>
RealmsSelectWorldTemplateScreen. noTemplatesMessage
Method parameters in com.mojang.realmsclient.gui.screens with type arguments of type TextRenderingUtils.Line Modifier and Type Method Description private void
RealmsSelectWorldTemplateScreen. renderMultilineMessage(MatrixStack p_237992_1_, int p_237992_2_, int p_237992_3_, java.util.List<TextRenderingUtils.Line> p_237992_4_)
-
Uses of TextRenderingUtils.Line in com.mojang.realmsclient.util
Methods in com.mojang.realmsclient.util that return types with arguments of type TextRenderingUtils.Line Modifier and Type Method Description static java.util.List<TextRenderingUtils.Line>
TextRenderingUtils. decompose(java.lang.String p_225224_0_, TextRenderingUtils.LineSegment... p_225224_1_)
private static java.util.List<TextRenderingUtils.Line>
TextRenderingUtils. decompose(java.lang.String p_225225_0_, java.util.List<TextRenderingUtils.LineSegment> p_225225_1_)
private static java.util.List<TextRenderingUtils.Line>
TextRenderingUtils. insertLinks(java.util.List<java.lang.String> p_225222_0_, java.util.List<TextRenderingUtils.LineSegment> p_225222_1_)
-