Uses of Class
net.minecraft.client.realms.dto.RealmsNotification
Package
Description
-
Uses of RealmsNotification in net.minecraft.client.realms
-
Uses of RealmsNotification in net.minecraft.client.realms.dto
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionprivate static RealmsNotification
RealmsNotification.fromJson
(JsonObject json) Modifier and TypeMethodDescriptionstatic RealmsNotification.InfoPopup
RealmsNotification.InfoPopup.fromJson
(RealmsNotification parent, JsonObject json) static RealmsNotification.VisitUrl
RealmsNotification.VisitUrl.fromJson
(RealmsNotification parent, JsonObject json) ModifierConstructorDescriptionprivate
InfoPopup
(RealmsNotification parent, RealmsText title, RealmsText message, Identifier image, @Nullable RealmsNotification.UrlButton urlButton) private
VisitUrl
(RealmsNotification parent, String url, RealmsText buttonText, RealmsText message) -
Uses of RealmsNotification in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate final List<RealmsNotification>
RealmsMainScreen.notifications
Modifier and TypeMethodDescriptionprivate boolean
RealmsMainScreen.addNotificationEntry
(RealmsNotification notification) Modifier and TypeMethodDescriptionprivate void
RealmsMainScreen.markAsSeen
(Collection<RealmsNotification> notifications) ModifierConstructorDescriptionVisitUrlNotification
(Text message, int lines, RealmsNotification notification)