Uses of Record Class
net.minecraft.client.realms.dto.RealmsNotification.UrlButton
Packages that use RealmsNotification.UrlButton
-
Uses of RealmsNotification.UrlButton in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsNotification.UrlButtonModifier and TypeFieldDescriptionprivate final @Nullable RealmsNotification.UrlButton
RealmsNotification.InfoPopup.urlButton
Methods in net.minecraft.client.realms.dto that return RealmsNotification.UrlButtonModifier and TypeMethodDescriptionstatic RealmsNotification.UrlButton
RealmsNotification.UrlButton.fromJson
(JsonObject json) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsNotification.UrlButtonModifierConstructorDescriptionprivate
InfoPopup
(RealmsNotification parent, RealmsText title, RealmsText message, Identifier image, @Nullable RealmsNotification.UrlButton urlButton)