Uses of Class
com.mojang.realmsclient.dto.RealmsText
Packages that use RealmsText
-
Uses of RealmsText in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RealmsTextModifier and TypeFieldDescriptionprivate final RealmsTextRealmsNotification.VisitUrl.buttonTextprivate final RealmsTextRealmsNotification.InfoPopup.messageprivate final RealmsTextRealmsNotification.VisitUrl.messageprivate final RealmsTextRealmsNotification.InfoPopup.titleprivate final RealmsTextRealmsNotification.UrlButton.urlTextThe field for theurlTextrecord component.Methods in com.mojang.realmsclient.dto that return RealmsTextModifier and TypeMethodDescriptionstatic RealmsTextRealmsText.parse(com.google.gson.JsonObject json) RealmsNotification.UrlButton.urlText()Returns the value of theurlTextrecord component.Constructors in com.mojang.realmsclient.dto with parameters of type RealmsTextModifierConstructorDescriptionprivateInfoPopup(RealmsNotification notification, RealmsText title, RealmsText message, ResourceLocation image, RealmsNotification.UrlButton urlButton) (package private)UrlButton(String url, RealmsText urlText) Creates an instance of aUrlButtonrecord class.privateVisitUrl(RealmsNotification notification, String url, RealmsText buttonText, RealmsText message)