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 official erhintermediary net/minecraft/class_8204named net/minecraft/client/realms/dto/RealmsNotification
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprivate static final recordstatic class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final booleanprivate static final Stringprivate static final String(package private) static final Loggerprivate static final String(package private) static final Text(package private) final booleanprivate static final String(package private) final Stringprivate static final String(package private) final UUIDprivate static final String -
Constructor Summary
ConstructorsConstructorDescriptionRealmsNotification(UUID uuid, boolean dismissable, boolean seen, String type) -
Method Summary
Modifier and TypeMethodDescriptionprivate static RealmsNotificationfromJson(JsonObject json) getUuid()booleanbooleanisSeen()static List<RealmsNotification>
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLerh;a:Lorg/slf4j/Logger;intermediary field_43015Lnet/minecraft/class_8204;field_43015:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/realms/dto/RealmsNotification;LOGGER:Lorg/slf4j/Logger;
-
NOTIFICATION_UUID_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official bLerh;b:Ljava/lang/String;intermediary field_43016Lnet/minecraft/class_8204;field_43016:Ljava/lang/String;named NOTIFICATION_UUID_KEYLnet/minecraft/client/realms/dto/RealmsNotification;NOTIFICATION_UUID_KEY:Ljava/lang/String;
-
DISMISSABLE_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official cLerh;c:Ljava/lang/String;intermediary field_43017Lnet/minecraft/class_8204;field_43017:Ljava/lang/String;named DISMISSABLE_KEYLnet/minecraft/client/realms/dto/RealmsNotification;DISMISSABLE_KEY:Ljava/lang/String;
-
SEEN_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official dLerh;d:Ljava/lang/String;intermediary field_43018Lnet/minecraft/class_8204;field_43018:Ljava/lang/String;named SEEN_KEYLnet/minecraft/client/realms/dto/RealmsNotification;SEEN_KEY:Ljava/lang/String;
-
TYPE_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official eLerh;e:Ljava/lang/String;intermediary field_43019Lnet/minecraft/class_8204;field_43019:Ljava/lang/String;named TYPE_KEYLnet/minecraft/client/realms/dto/RealmsNotification;TYPE_KEY:Ljava/lang/String;
-
VISIT_URL_TYPE
- See Also:
- Mappings:
Namespace Name Mixin selector official fLerh;f:Ljava/lang/String;intermediary field_43020Lnet/minecraft/class_8204;field_43020:Ljava/lang/String;named VISIT_URL_TYPELnet/minecraft/client/realms/dto/RealmsNotification;VISIT_URL_TYPE:Ljava/lang/String;
-
INFO_POPUP_TYPE
- See Also:
- Mappings:
Namespace Name Mixin selector official gLerh;g:Ljava/lang/String;intermediary field_46538Lnet/minecraft/class_8204;field_46538:Ljava/lang/String;named INFO_POPUP_TYPELnet/minecraft/client/realms/dto/RealmsNotification;INFO_POPUP_TYPE:Ljava/lang/String;
-
OPEN_LINK_TEXT
- Mappings:
Namespace Name Mixin selector official hLerh;h:Lvf;intermediary field_46539Lnet/minecraft/class_8204;field_46539:Lnet/minecraft/class_2561;named OPEN_LINK_TEXTLnet/minecraft/client/realms/dto/RealmsNotification;OPEN_LINK_TEXT:Lnet/minecraft/text/Text;
-
uuid
- Mappings:
Namespace Name Mixin selector official iLerh;i:Ljava/util/UUID;intermediary field_43021Lnet/minecraft/class_8204;field_43021:Ljava/util/UUID;named uuidLnet/minecraft/client/realms/dto/RealmsNotification;uuid:Ljava/util/UUID;
-
dismissable
final boolean dismissable- Mappings:
Namespace Name Mixin selector official jLerh;j:Zintermediary field_43022Lnet/minecraft/class_8204;field_43022:Znamed dismissableLnet/minecraft/client/realms/dto/RealmsNotification;dismissable:Z
-
seen
final boolean seen- Mappings:
Namespace Name Mixin selector official kLerh;k:Zintermediary field_43023Lnet/minecraft/class_8204;field_43023:Znamed seenLnet/minecraft/client/realms/dto/RealmsNotification;seen:Z
-
type
- Mappings:
Namespace Name Mixin selector official lLerh;l:Ljava/lang/String;intermediary field_43024Lnet/minecraft/class_8204;field_43024:Ljava/lang/String;named typeLnet/minecraft/client/realms/dto/RealmsNotification;type:Ljava/lang/String;
-
-
Constructor Details
-
RealmsNotification
- Mappings:
Namespace Name Mixin selector official <init>Lerh;<init>(Ljava/util/UUID;ZZLjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_8204;<init>(Ljava/util/UUID;ZZLjava/lang/String;)Vnamed <init>Lnet/minecraft/client/realms/dto/RealmsNotification;<init>(Ljava/util/UUID;ZZLjava/lang/String;)V
-
-
Method Details
-
isSeen
public boolean isSeen()- Mappings:
Namespace Name Mixin selector official aLerh;a()Zintermediary method_49574Lnet/minecraft/class_8204;method_49574()Znamed isSeenLnet/minecraft/client/realms/dto/RealmsNotification;isSeen()Z
-
isDismissable
public boolean isDismissable()- Mappings:
Namespace Name Mixin selector official bLerh;b()Zintermediary method_49577Lnet/minecraft/class_8204;method_49577()Znamed isDismissableLnet/minecraft/client/realms/dto/RealmsNotification;isDismissable()Z
-
getUuid
- Mappings:
Namespace Name Mixin selector official cLerh;c()Ljava/util/UUID;intermediary method_49578Lnet/minecraft/class_8204;method_49578()Ljava/util/UUID;named getUuidLnet/minecraft/client/realms/dto/RealmsNotification;getUuid()Ljava/util/UUID;
-
parse
- Mappings:
Namespace Name Mixin selector official aLerh;a(Ljava/lang/String;)Ljava/util/List;intermediary method_49576Lnet/minecraft/class_8204;method_49576(Ljava/lang/String;)Ljava/util/List;named parseLnet/minecraft/client/realms/dto/RealmsNotification;parse(Ljava/lang/String;)Ljava/util/List;
-
fromJson
- Mappings:
Namespace Name Mixin selector official aLerh;a(Lcom/google/gson/JsonObject;)Lerh;intermediary method_49575Lnet/minecraft/class_8204;method_49575(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_8204;named fromJsonLnet/minecraft/client/realms/dto/RealmsNotification;fromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/realms/dto/RealmsNotification;
-