Uses of Class
net.minecraft.client.realms.dto.RealmsNotification
Package
Description
-
Uses of RealmsNotification in net.minecraft.client.realms
-
Uses of RealmsNotification in net.minecraft.client.realms.dto
Modifier and TypeMethodDescriptionprivate static RealmsNotification
RealmsNotification.fromJson
(JsonObject json) Modifier and TypeMethodDescriptionstatic RealmsNotification.VisitUrl
RealmsNotification.VisitUrl.fromJson
(RealmsNotification parent, JsonObject json) ModifierConstructorDescriptionprivate
VisitUrl
(RealmsNotification parent, String url, RealmsText buttonText, RealmsText message) -
Uses of RealmsNotification in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate final List<RealmsNotification>
RealmsMainScreen.notifications
Modifier and TypeMethodDescriptionprivate void
RealmsMainScreen.addNotificationEntry
(RealmsMainScreen.RealmSelectionList selectionList, RealmsNotification notification) ModifierConstructorDescriptionVisitUrlNotification
(Text message, RealmsNotification notification)