Uses of Class
com.mojang.realmsclient.dto.RealmsNotification
Packages that use RealmsNotification
Package
Description
-
Uses of RealmsNotification in com.mojang.realmsclient
Fields in com.mojang.realmsclient with type parameters of type RealmsNotificationModifier and TypeFieldDescriptionprivate final List<RealmsNotification>RealmsMainScreen.notificationsMethods in com.mojang.realmsclient with parameters of type RealmsNotificationModifier and TypeMethodDescriptionprivate booleanRealmsMainScreen.addListEntriesForNotification(RealmsNotification p_310789_) Method parameters in com.mojang.realmsclient with type arguments of type RealmsNotificationModifier and TypeMethodDescriptionprivate voidRealmsMainScreen.markNotificationsAsSeen(Collection<RealmsNotification> p_311351_) Constructors in com.mojang.realmsclient with parameters of type RealmsNotificationModifierConstructorDescriptionNotificationMessageEntry(Component p_275215_, int p_301862_, RealmsNotification p_275494_) -
Uses of RealmsNotification in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that return types with arguments of type RealmsNotification -
Uses of RealmsNotification in com.mojang.realmsclient.dto
Subclasses of RealmsNotification in com.mojang.realmsclient.dtoModifier and TypeClassDescriptionstatic classstatic classMethods in com.mojang.realmsclient.dto that return RealmsNotificationModifier and TypeMethodDescriptionprivate static RealmsNotificationRealmsNotification.parse(com.google.gson.JsonObject p_275549_) Methods in com.mojang.realmsclient.dto that return types with arguments of type RealmsNotificationMethods in com.mojang.realmsclient.dto with parameters of type RealmsNotificationModifier and TypeMethodDescriptionstatic RealmsNotification.InfoPopupRealmsNotification.InfoPopup.parse(RealmsNotification p_311623_, com.google.gson.JsonObject p_309477_) static RealmsNotification.VisitUrlRealmsNotification.VisitUrl.parse(RealmsNotification p_275651_, com.google.gson.JsonObject p_275278_) Constructors in com.mojang.realmsclient.dto with parameters of type RealmsNotificationModifierConstructorDescriptionprivateInfoPopup(RealmsNotification p_311557_, RealmsText p_310281_, RealmsText p_312392_, ResourceLocation p_312062_, RealmsNotification.UrlButton p_309599_) privateVisitUrl(RealmsNotification p_275564_, String p_275312_, RealmsText p_275433_, RealmsText p_275541_) -
Uses of RealmsNotification in com.mojang.realmsclient.gui
Fields in com.mojang.realmsclient.gui with type parameters of type RealmsNotificationModifier and TypeFieldDescriptionfinal DataFetcher.Task<List<RealmsNotification>>RealmsDataFetcher.notificationsTask