Uses of Class
net.minecraft.client.realms.dto.RealmsNotification
Packages that use RealmsNotification
Package
Description
- 
Uses of RealmsNotification in net.minecraft.client.realmsFields in net.minecraft.client.realms with type parameters of type RealmsNotificationMethods in net.minecraft.client.realms that return types with arguments of type RealmsNotification
- 
Uses of RealmsNotification in net.minecraft.client.realms.dtoSubclasses of RealmsNotification in net.minecraft.client.realms.dtoMethods in net.minecraft.client.realms.dto that return RealmsNotificationModifier and TypeMethodDescriptionprivate static RealmsNotificationRealmsNotification.fromJson(JsonObject json) Methods in net.minecraft.client.realms.dto that return types with arguments of type RealmsNotificationMethods in net.minecraft.client.realms.dto with parameters of type RealmsNotificationModifier and TypeMethodDescriptionstatic RealmsNotification.VisitUrlRealmsNotification.VisitUrl.fromJson(RealmsNotification parent, JsonObject json) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsNotificationModifierConstructorDescriptionprivateVisitUrl(RealmsNotification parent, String url, RealmsText buttonText, RealmsText message) 
- 
Uses of RealmsNotification in net.minecraft.client.realms.gui.screenFields in net.minecraft.client.realms.gui.screen with type parameters of type RealmsNotificationModifier and TypeFieldDescriptionprivate final List<RealmsNotification>RealmsMainScreen.notificationsMethods in net.minecraft.client.realms.gui.screen with parameters of type RealmsNotificationModifier and TypeMethodDescriptionprivate voidRealmsMainScreen.addNotificationEntry(RealmsMainScreen.RealmSelectionList selectionList, RealmsNotification notification) Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsNotificationModifierConstructorDescriptionVisitUrlNotification(Text message, RealmsNotification notification)