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 classstatic classMethods in net.minecraft.client.realms.dto that return RealmsNotificationModifier and TypeMethodDescriptionprivate static RealmsNotificationRealmsNotification.fromJson(com.google.gson.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, com.google.gson.JsonObject json) RealmsNotification.class_8814.method_54107(RealmsNotification realmsNotification, com.google.gson.JsonObject jsonObject) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsNotificationModifierConstructorDescriptionprivateclass_8814(RealmsNotification realmsNotification, RealmsText realmsText, RealmsText realmsText2, Identifier identifier, @Nullable RealmsNotification.class_8815 class_8815) privateVisitUrl(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.notificationsMethods in net.minecraft.client.realms.gui.screen with parameters of type RealmsNotificationModifier and TypeMethodDescriptionprivate booleanRealmsMainScreen.addNotificationEntry(RealmsNotification realmsNotification) Method parameters in net.minecraft.client.realms.gui.screen with type arguments of type RealmsNotificationModifier and TypeMethodDescriptionprivate voidRealmsMainScreen.method_54104(Collection<RealmsNotification> collection) Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsNotificationModifierConstructorDescriptionVisitUrlNotification(Text message, int int2, RealmsNotification notification)