Uses of Class
net.minecraft.client.realms.dto.RealmsNotification
Packages that use RealmsNotification
Package
Description
-
Uses of RealmsNotification in net.minecraft.client.realms
Fields 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.dto
Subclasses of RealmsNotification in net.minecraft.client.realms.dtoMethods in net.minecraft.client.realms.dto that return RealmsNotificationModifier and TypeMethodDescriptionprivate static RealmsNotification
RealmsNotification.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.VisitUrl
RealmsNotification.VisitUrl.fromJson
(RealmsNotification parent, JsonObject json) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsNotificationModifierConstructorDescriptionprivate
VisitUrl
(RealmsNotification parent, String url, RealmsText buttonText, RealmsText message) -
Uses of RealmsNotification in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type RealmsNotificationModifier and TypeFieldDescriptionprivate final List<RealmsNotification>
RealmsMainScreen.notifications
Methods in net.minecraft.client.realms.gui.screen with parameters of type RealmsNotificationModifier and TypeMethodDescriptionprivate void
RealmsMainScreen.addNotificationEntry
(RealmsMainScreen.RealmSelectionList selectionList, RealmsNotification notification) Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsNotificationModifierConstructorDescriptionVisitUrlNotification
(Text message, RealmsNotification notification)