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 RealmsNotification
RealmsNotification.InfoPopup, RealmsNotification.VisitUrl -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Identifierprivate static final Stringprivate final RealmsTextprivate static final Stringprivate final RealmsTextprivate static final Stringprivate static final Stringprivate final @Nullable RealmsNotification.UrlButton -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateInfoPopup(RealmsNotification base, RealmsText title, RealmsText message, Identifier image, @Nullable RealmsNotification.UrlButton urlButton) -
Method Summary
Modifier and TypeMethodDescription@Nullable PopupScreenbuildScreen(Screen parentScreen, Consumer<UUID> dismiss) static RealmsNotification.InfoPopupparse(RealmsNotification base, JsonObject object) Methods inherited from class 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 base, RealmsText title, RealmsText message, Identifier image, @Nullable RealmsNotification.UrlButton urlButton)
-
-
Method Details
-
parse
-
buildScreen
-