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
Modifier 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
ModifierConstructorDescriptionprivate
InfoPopup
(RealmsNotification p_304992_, RealmsText p_304968_, RealmsText p_304788_, ResourceLocation p_304749_, RealmsNotification.UrlButton p_304471_) -
Method Summary
Modifier and TypeMethodDescriptionbuildScreen
(Screen p_304415_, Consumer<UUID> p_304962_) 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 p_304992_, RealmsText p_304968_, RealmsText p_304788_, ResourceLocation p_304749_, @Nullable RealmsNotification.UrlButton p_304471_)
-
-
Method Details
-
parse
public static RealmsNotification.InfoPopup parse(RealmsNotification p_304647_, com.google.gson.JsonObject p_304686_) -
buildScreen
-