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.dtoModifier and TypeClassDescriptionstatic class
static class
Methods 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.InfoPopup
RealmsNotification.InfoPopup.fromJson
(RealmsNotification parent, JsonObject json) static RealmsNotification.VisitUrl
RealmsNotification.VisitUrl.fromJson
(RealmsNotification parent, JsonObject json) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsNotificationModifierConstructorDescriptionprivate
InfoPopup
(RealmsNotification parent, RealmsText title, RealmsText message, Identifier image, @Nullable RealmsNotification.UrlButton urlButton) private
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 TypeFieldDescription(package private) final List
<RealmsNotification> RealmsMainScreen.notifications
Method parameters in net.minecraft.client.realms.gui.screen with type arguments of type RealmsNotificationModifier and TypeMethodDescription(package private) void
RealmsMainScreen.markAsSeen
(Collection<RealmsNotification> notifications) Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsNotificationModifierConstructorDescriptionVisitUrlNotification
(Text message, int lines, RealmsNotification notification)