Package net.minecraft.client.realms.util
Class TextRenderingUtils.LineSegment
java.lang.Object
net.minecraft.client.realms.util.TextRenderingUtils.LineSegment
- Enclosing class:
- TextRenderingUtils
@Environment(CLIENT) public static class TextRenderingUtils.LineSegment extends Object
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateLineSegment(String fullText)privateLineSegment(String fullText, String linkTitle, String linkUrl) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetLinkUrl()inthashCode()booleanisLink()static TextRenderingUtils.LineSegmentlink(String linkTitle, String linkUrl)StringrenderedText()protected static TextRenderingUtils.LineSegmenttext(String fullText)StringtoString()
-
Field Details
-
fullText
-
linkTitle
-
linkUrl
-
-
Constructor Details
-
LineSegment
-
LineSegment
-
-
Method Details