Uses of Class
com.mojang.realmsclient.dto.RealmsNotification
Package
Description
-
Uses of RealmsNotification in com.mojang.realmsclient
Modifier and TypeFieldDescriptionprivate final List<RealmsNotification>
RealmsMainScreen.notifications
Modifier and TypeMethodDescriptionprivate boolean
RealmsMainScreen.addListEntriesForNotification
(RealmsNotification p_310789_) Modifier and TypeMethodDescriptionprivate void
RealmsMainScreen.markNotificationsAsSeen
(Collection<RealmsNotification> p_311351_) ModifierConstructorDescriptionNotificationMessageEntry
(Component p_275215_, int p_301862_, RealmsNotification p_275494_) -
Uses of RealmsNotification in com.mojang.realmsclient.client
-
Uses of RealmsNotification in com.mojang.realmsclient.dto
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionprivate static RealmsNotification
RealmsNotification.parse
(com.google.gson.JsonObject p_275549_) Modifier and TypeMethodDescriptionstatic RealmsNotification.InfoPopup
RealmsNotification.InfoPopup.parse
(RealmsNotification p_311623_, com.google.gson.JsonObject p_309477_) static RealmsNotification.VisitUrl
RealmsNotification.VisitUrl.parse
(RealmsNotification p_275651_, com.google.gson.JsonObject p_275278_) ModifierConstructorDescriptionprivate
InfoPopup
(RealmsNotification p_311557_, RealmsText p_310281_, RealmsText p_312392_, ResourceLocation p_312062_, RealmsNotification.UrlButton p_309599_) private
VisitUrl
(RealmsNotification p_275564_, String p_275312_, RealmsText p_275433_, RealmsText p_275541_) -
Uses of RealmsNotification in com.mojang.realmsclient.gui
Modifier and TypeFieldDescriptionfinal DataFetcher.Task<List<RealmsNotification>>
RealmsDataFetcher.notificationsTask