Package net.minecraft.client.realms.dto
Class RealmsNotification
java.lang.Object
net.minecraft.client.realms.dto.RealmsNotification
- Direct Known Subclasses:
RealmsNotification.InfoPopup
,RealmsNotification.VisitUrl
- Mappings:
Namespace Name named net/minecraft/client/realms/dto/RealmsNotification
intermediary net/minecraft/class_8204
official fbg
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
private static final record
static class
-
Field Summary
Modifier and TypeFieldDescription(package private) final boolean
private static final String
private static final String
(package private) static final Logger
private static final String
(package private) static final Text
(package private) final boolean
private static final String
(package private) final String
private static final String
(package private) final UUID
private static final String
-
Constructor Summary
ConstructorDescriptionRealmsNotification
(UUID uuid, boolean dismissable, boolean seen, String type) -
Method Summary
Modifier and TypeMethodDescriptionprivate static RealmsNotification
fromJson
(JsonObject json) getUuid()
boolean
boolean
isSeen()
static List
<RealmsNotification>
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/client/realms/dto/RealmsNotification;LOGGER:Lorg/slf4j/Logger;
intermediary field_43015
Lnet/minecraft/class_8204;field_43015:Lorg/slf4j/Logger;
official a
Lfbg;a:Lorg/slf4j/Logger;
-
NOTIFICATION_UUID_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named NOTIFICATION_UUID_KEY
Lnet/minecraft/client/realms/dto/RealmsNotification;NOTIFICATION_UUID_KEY:Ljava/lang/String;
intermediary field_43016
Lnet/minecraft/class_8204;field_43016:Ljava/lang/String;
official b
Lfbg;b:Ljava/lang/String;
-
DISMISSABLE_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named DISMISSABLE_KEY
Lnet/minecraft/client/realms/dto/RealmsNotification;DISMISSABLE_KEY:Ljava/lang/String;
intermediary field_43017
Lnet/minecraft/class_8204;field_43017:Ljava/lang/String;
official c
Lfbg;c:Ljava/lang/String;
-
SEEN_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named SEEN_KEY
Lnet/minecraft/client/realms/dto/RealmsNotification;SEEN_KEY:Ljava/lang/String;
intermediary field_43018
Lnet/minecraft/class_8204;field_43018:Ljava/lang/String;
official d
Lfbg;d:Ljava/lang/String;
-
TYPE_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named TYPE_KEY
Lnet/minecraft/client/realms/dto/RealmsNotification;TYPE_KEY:Ljava/lang/String;
intermediary field_43019
Lnet/minecraft/class_8204;field_43019:Ljava/lang/String;
official e
Lfbg;e:Ljava/lang/String;
-
VISIT_URL_TYPE
- See Also:
- Mappings:
Namespace Name Mixin selector named VISIT_URL_TYPE
Lnet/minecraft/client/realms/dto/RealmsNotification;VISIT_URL_TYPE:Ljava/lang/String;
intermediary field_43020
Lnet/minecraft/class_8204;field_43020:Ljava/lang/String;
official f
Lfbg;f:Ljava/lang/String;
-
INFO_POPUP_TYPE
- See Also:
- Mappings:
Namespace Name Mixin selector named INFO_POPUP_TYPE
Lnet/minecraft/client/realms/dto/RealmsNotification;INFO_POPUP_TYPE:Ljava/lang/String;
intermediary field_46538
Lnet/minecraft/class_8204;field_46538:Ljava/lang/String;
official g
Lfbg;g:Ljava/lang/String;
-
OPEN_LINK_TEXT
- Mappings:
Namespace Name Mixin selector named OPEN_LINK_TEXT
Lnet/minecraft/client/realms/dto/RealmsNotification;OPEN_LINK_TEXT:Lnet/minecraft/text/Text;
intermediary field_46539
Lnet/minecraft/class_8204;field_46539:Lnet/minecraft/class_2561;
official h
Lfbg;h:Lxp;
-
uuid
- Mappings:
Namespace Name Mixin selector named uuid
Lnet/minecraft/client/realms/dto/RealmsNotification;uuid:Ljava/util/UUID;
intermediary field_43021
Lnet/minecraft/class_8204;field_43021:Ljava/util/UUID;
official i
Lfbg;i:Ljava/util/UUID;
-
dismissable
final boolean dismissable- Mappings:
Namespace Name Mixin selector named dismissable
Lnet/minecraft/client/realms/dto/RealmsNotification;dismissable:Z
intermediary field_43022
Lnet/minecraft/class_8204;field_43022:Z
official j
Lfbg;j:Z
-
seen
final boolean seen- Mappings:
Namespace Name Mixin selector named seen
Lnet/minecraft/client/realms/dto/RealmsNotification;seen:Z
intermediary field_43023
Lnet/minecraft/class_8204;field_43023:Z
official k
Lfbg;k:Z
-
type
- Mappings:
Namespace Name Mixin selector named type
Lnet/minecraft/client/realms/dto/RealmsNotification;type:Ljava/lang/String;
intermediary field_43024
Lnet/minecraft/class_8204;field_43024:Ljava/lang/String;
official l
Lfbg;l:Ljava/lang/String;
-
-
Constructor Details
-
RealmsNotification
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/realms/dto/RealmsNotification;<init>(Ljava/util/UUID;ZZLjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_8204;<init>(Ljava/util/UUID;ZZLjava/lang/String;)V
official <init>
Lfbg;<init>(Ljava/util/UUID;ZZLjava/lang/String;)V
-
-
Method Details
-
isSeen
public boolean isSeen()- Mappings:
Namespace Name Mixin selector named isSeen
Lnet/minecraft/client/realms/dto/RealmsNotification;isSeen()Z
intermediary method_49574
Lnet/minecraft/class_8204;method_49574()Z
official a
Lfbg;a()Z
-
isDismissable
public boolean isDismissable()- Mappings:
Namespace Name Mixin selector named isDismissable
Lnet/minecraft/client/realms/dto/RealmsNotification;isDismissable()Z
intermediary method_49577
Lnet/minecraft/class_8204;method_49577()Z
official b
Lfbg;b()Z
-
getUuid
- Mappings:
Namespace Name Mixin selector named getUuid
Lnet/minecraft/client/realms/dto/RealmsNotification;getUuid()Ljava/util/UUID;
intermediary method_49578
Lnet/minecraft/class_8204;method_49578()Ljava/util/UUID;
official c
Lfbg;c()Ljava/util/UUID;
-
parse
- Mappings:
Namespace Name Mixin selector named parse
Lnet/minecraft/client/realms/dto/RealmsNotification;parse(Ljava/lang/String;)Ljava/util/List;
intermediary method_49576
Lnet/minecraft/class_8204;method_49576(Ljava/lang/String;)Ljava/util/List;
official a
Lfbg;a(Ljava/lang/String;)Ljava/util/List;
-
fromJson
- Mappings:
Namespace Name Mixin selector named fromJson
Lnet/minecraft/client/realms/dto/RealmsNotification;fromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/realms/dto/RealmsNotification;
intermediary method_49575
Lnet/minecraft/class_8204;method_49575(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_8204;
official a
Lfbg;a(Lcom/google/gson/JsonObject;)Lfbg;
-