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_311557_, RealmsText p_310281_, RealmsText p_312392_, ResourceLocation p_312062_, RealmsNotification.UrlButton p_309599_) -
Method Summary
Modifier and TypeMethodDescriptionbuildScreen(Screen p_312232_, Consumer<UUID> p_310624_) static RealmsNotification.InfoPopupparse(RealmsNotification p_311623_, com.google.gson.JsonObject p_309477_) 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_311557_, RealmsText p_310281_, RealmsText p_312392_, ResourceLocation p_312062_, @Nullable RealmsNotification.UrlButton p_309599_)
-
-
Method Details
-
parse
public static RealmsNotification.InfoPopup parse(RealmsNotification p_311623_, com.google.gson.JsonObject p_309477_) -
buildScreen
-