Package com.mojang.realmsclient.dto
Class RealmsNotification.VisitUrl
java.lang.Object
com.mojang.realmsclient.dto.RealmsNotification
com.mojang.realmsclient.dto.RealmsNotification.VisitUrl
- Enclosing class:
RealmsNotification
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mojang.realmsclient.dto.RealmsNotification
RealmsNotification.InfoPopup, RealmsNotification.UrlButton, RealmsNotification.VisitUrl -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final RealmsTextprivate final RealmsTextprivate static final Stringprivate final Stringprivate static final StringFields inherited from class com.mojang.realmsclient.dto.RealmsNotification
BUTTON_TEXT_FALLBACK, dismissable, LOGGER, seen, type, uuid -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateVisitUrl(RealmsNotification notification, String url, RealmsText buttonText, RealmsText message) -
Method Summary
Modifier and TypeMethodDescriptionbuildOpenLinkButton(Screen lastScreen) static RealmsNotification.VisitUrlparse(RealmsNotification notification, com.google.gson.JsonObject json) Methods inherited from class com.mojang.realmsclient.dto.RealmsNotification
dismissable, parseList, seen, uuid
-
Field Details
-
URL
- See Also:
-
BUTTON_TEXT
- See Also:
-
MESSAGE
- See Also:
-
url
-
buttonText
-
message
-
-
Constructor Details
-
VisitUrl
private VisitUrl(RealmsNotification notification, String url, RealmsText buttonText, RealmsText message)
-
-
Method Details
-
parse
public static RealmsNotification.VisitUrl parse(RealmsNotification notification, com.google.gson.JsonObject json) -
getMessage
-
buildOpenLinkButton
-