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 pNotification, RealmsText pTitle, RealmsText pMessage, ResourceLocation pImage, RealmsNotification.UrlButton pUrlButton) -
Method Summary
Modifier and TypeMethodDescriptionbuildScreen
(Screen pBackgroundScreen, Consumer<UUID> pUuidOutput) static RealmsNotification.InfoPopup
parse
(RealmsNotification p_304647_, com.google.gson.JsonObject p_304686_) 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 pNotification, RealmsText pTitle, RealmsText pMessage, ResourceLocation pImage, @Nullable RealmsNotification.UrlButton pUrlButton)
-
-
Method Details
-
parse
public static RealmsNotification.InfoPopup parse(RealmsNotification p_304647_, com.google.gson.JsonObject p_304686_) -
buildScreen
-