Uses of Class
net.minecraft.client.realms.util.TextRenderingUtils.Line
Packages that use TextRenderingUtils.Line
-
Uses of TextRenderingUtils.Line in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type TextRenderingUtils.LineModifier and TypeFieldDescriptionprivate @Nullable List<TextRenderingUtils.Line>
RealmsSelectWorldTemplateScreen.noTemplatesMessage
Method parameters in net.minecraft.client.realms.gui.screen with type arguments of type TextRenderingUtils.LineModifier and TypeMethodDescriptionprivate void
RealmsSelectWorldTemplateScreen.method_21414(MatrixStack matrixStack, int int2, int int3, List<TextRenderingUtils.Line> list)
-
Uses of TextRenderingUtils.Line in net.minecraft.client.realms.util
Methods in net.minecraft.client.realms.util that return types with arguments of type TextRenderingUtils.LineModifier and TypeMethodDescriptionprivate static List<TextRenderingUtils.Line>
TextRenderingUtils.decompose(String text, List<TextRenderingUtils.LineSegment> links)
static List<TextRenderingUtils.Line>
TextRenderingUtils.decompose(String text, TextRenderingUtils.LineSegment[] links)
private static List<TextRenderingUtils.Line>
TextRenderingUtils.insertLinks(List<String> lines, List<TextRenderingUtils.LineSegment> links)