Package com.mojang.realmsclient.dto
Class RealmsNotification.InfoPopup
java.lang.Object
com.mojang.realmsclient.dto.RealmsNotification
com.mojang.realmsclient.dto.RealmsNotification.InfoPopup
- 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 final ResourceLocation
private static final String
private final RealmsText
private static final String
private final RealmsText
private static final String
private static final String
private final RealmsNotification.UrlButton
Fields inherited from class com.mojang.realmsclient.dto.RealmsNotification
BUTTON_TEXT_FALLBACK, dismissable, LOGGER, seen, type, uuid
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
InfoPopup
(RealmsNotification notification, RealmsText title, RealmsText message, ResourceLocation image, RealmsNotification.UrlButton urlButton) -
Method Summary
Modifier and TypeMethodDescriptionbuildScreen
(Screen backgroundScreen, Consumer<UUID> uuidOutput) static RealmsNotification.InfoPopup
parse
(RealmsNotification notification, com.google.gson.JsonObject json) Methods inherited from class com.mojang.realmsclient.dto.RealmsNotification
dismissable, parseList, seen, uuid
-
Field Details
-
TITLE
- See Also:
-
MESSAGE
- See Also:
-
IMAGE
- See Also:
-
URL_BUTTON
- See Also:
-
title
-
message
-
image
-
urlButton
-
-
Constructor Details
-
InfoPopup
private InfoPopup(RealmsNotification notification, RealmsText title, RealmsText message, ResourceLocation image, @Nullable RealmsNotification.UrlButton urlButton)
-
-
Method Details
-
parse
public static RealmsNotification.InfoPopup parse(RealmsNotification notification, com.google.gson.JsonObject json) -
buildScreen
-