Uses of Record Class
com.mojang.realmsclient.dto.RealmsNotification.UrlButton
Packages that use RealmsNotification.UrlButton
-
Uses of RealmsNotification.UrlButton in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RealmsNotification.UrlButtonModifier and TypeFieldDescriptionprivate final RealmsNotification.UrlButton
RealmsNotification.InfoPopup.urlButton
Methods in com.mojang.realmsclient.dto that return RealmsNotification.UrlButtonModifier and TypeMethodDescriptionstatic RealmsNotification.UrlButton
RealmsNotification.UrlButton.parse
(JsonObject pJson) Constructors in com.mojang.realmsclient.dto with parameters of type RealmsNotification.UrlButtonModifierConstructorDescriptionprivate
InfoPopup
(RealmsNotification pNotification, RealmsText pTitle, RealmsText pMessage, ResourceLocation pImage, RealmsNotification.UrlButton pUrlButton)