Uses of Class
net.minecraft.client.realms.util.TextRenderingUtils.Line
| Package | Description |
|---|---|
| net.minecraft.client.realms.gui.screen | |
| net.minecraft.client.realms.util |
-
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.Line Modifier and Type Field Description private @Nullable List<TextRenderingUtils.Line>RealmsSelectWorldTemplateScreen. noTemplatesMessageMethod parameters in net.minecraft.client.realms.gui.screen with type arguments of type TextRenderingUtils.Line Modifier and Type Method Description private voidRealmsSelectWorldTemplateScreen. 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.Line Modifier and Type Method Description private 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)