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 TypeFieldDescription(package private) final List<RealmsNotification> RealmsMainScreen.notificationsMethod parameters in com.mojang.realmsclient with type arguments of type RealmsNotificationModifier and TypeMethodDescription(package private) voidRealmsMainScreen.markNotificationsAsSeen(Collection<RealmsNotification> pNotifications) Constructors in com.mojang.realmsclient with parameters of type RealmsNotificationModifierConstructorDescriptionNotificationMessageEntry(Component pText, int pFrameItemHeight, RealmsNotification pNotification) -
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(JsonObject pJson) 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 pNotification, JsonObject pJson) static RealmsNotification.VisitUrlRealmsNotification.VisitUrl.parse(RealmsNotification pNotification, JsonObject pJson) Constructors in com.mojang.realmsclient.dto with parameters of type RealmsNotificationModifierConstructorDescriptionprivateInfoPopup(RealmsNotification pNotification, RealmsText pTitle, RealmsText pMessage, ResourceLocation pImage, RealmsNotification.UrlButton pUrlButton) privateVisitUrl(RealmsNotification pNotification, String pUrl, RealmsText pButtonText, RealmsText pMessage) -
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