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 ResourceLocationprivate static final Stringprivate final RealmsTextprivate static final Stringprivate final RealmsTextprivate static final Stringprivate static final Stringprivate final RealmsNotification.UrlButtonFields inherited from class com.mojang.realmsclient.dto.RealmsNotification
BUTTON_TEXT_FALLBACK, dismissable, LOGGER, seen, type, uuid -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateInfoPopup(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.InfoPopupparse(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
-