Enum Class MessageTrustStatus
- All Implemented Interfaces:
Serializable
,Comparable<MessageTrustStatus>
,Constable
,StringIdentifiable
@Environment(CLIENT)
public enum MessageTrustStatus
extends Enum<MessageTrustStatus>
implements StringIdentifiable
- Mappings:
Namespace Name official fdv
intermediary net/minecraft/class_7595
named net/minecraft/client/network/message/MessageTrustStatus
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<MessageTrustStatus>
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.createIndicator
(SignedMessage message) static MessageTrustStatus
getStatus
(SignedMessage message, Text decorated, Instant receptionTimestamp) boolean
private static boolean
isModified
(SignedMessage message, Text decorated) private static boolean
isNotInDefaultFont
(Style style) private static boolean
isNotInDefaultFont
(Text content) static MessageTrustStatus
Returns the enum constant of this class with the specified name.static MessageTrustStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SECURE
- Mappings:
Namespace Name Mixin selector official a
Lfdv;a:Lfdv;
intermediary field_39780
Lnet/minecraft/class_7595;field_39780:Lnet/minecraft/class_7595;
named SECURE
Lnet/minecraft/client/network/message/MessageTrustStatus;SECURE:Lnet/minecraft/client/network/message/MessageTrustStatus;
-
MODIFIED
- Mappings:
Namespace Name Mixin selector official b
Lfdv;b:Lfdv;
intermediary field_39781
Lnet/minecraft/class_7595;field_39781:Lnet/minecraft/class_7595;
named MODIFIED
Lnet/minecraft/client/network/message/MessageTrustStatus;MODIFIED:Lnet/minecraft/client/network/message/MessageTrustStatus;
-
NOT_SECURE
- Mappings:
Namespace Name Mixin selector official c
Lfdv;c:Lfdv;
intermediary field_39782
Lnet/minecraft/class_7595;field_39782:Lnet/minecraft/class_7595;
named NOT_SECURE
Lnet/minecraft/client/network/message/MessageTrustStatus;NOT_SECURE:Lnet/minecraft/client/network/message/MessageTrustStatus;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official d
Lfdv;d:Lcom/mojang/serialization/Codec;
intermediary field_40801
Lnet/minecraft/class_7595;field_40801:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/client/network/message/MessageTrustStatus;CODEC:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector official e
Lfdv;e:Ljava/lang/String;
intermediary field_40802
Lnet/minecraft/class_7595;field_40802:Ljava/lang/String;
named id
Lnet/minecraft/client/network/message/MessageTrustStatus;id:Ljava/lang/String;
-
-
Constructor Details
-
MessageTrustStatus
- Mappings:
Namespace Name Mixin selector official <init>
Lfdv;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_7595;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/client/network/message/MessageTrustStatus;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getStatus
public static MessageTrustStatus getStatus(SignedMessage message, Text decorated, Instant receptionTimestamp) - Mappings:
Namespace Name Mixin selector official a
Lfdv;a(Lty;Ltj;Ljava/time/Instant;)Lfdv;
intermediary method_44742
Lnet/minecraft/class_7595;method_44742(Lnet/minecraft/class_7471;Lnet/minecraft/class_2561;Ljava/time/Instant;)Lnet/minecraft/class_7595;
named getStatus
Lnet/minecraft/client/network/message/MessageTrustStatus;getStatus(Lnet/minecraft/network/message/SignedMessage;Lnet/minecraft/text/Text;Ljava/time/Instant;)Lnet/minecraft/client/network/message/MessageTrustStatus;
-
isModified
- Mappings:
Namespace Name Mixin selector official a
Lfdv;a(Lty;Ltj;)Z
intermediary method_45755
Lnet/minecraft/class_7595;method_45755(Lnet/minecraft/class_7471;Lnet/minecraft/class_2561;)Z
named isModified
Lnet/minecraft/client/network/message/MessageTrustStatus;isModified(Lnet/minecraft/network/message/SignedMessage;Lnet/minecraft/text/Text;)Z
-
isNotInDefaultFont
- Mappings:
Namespace Name Mixin selector official a
Lfdv;a(Ltj;)Z
intermediary method_45754
Lnet/minecraft/class_7595;method_45754(Lnet/minecraft/class_2561;)Z
named isNotInDefaultFont
Lnet/minecraft/client/network/message/MessageTrustStatus;isNotInDefaultFont(Lnet/minecraft/text/Text;)Z
-
isNotInDefaultFont
- Mappings:
Namespace Name Mixin selector official a
Lfdv;a(Luf;)Z
intermediary method_45756
Lnet/minecraft/class_7595;method_45756(Lnet/minecraft/class_2583;)Z
named isNotInDefaultFont
Lnet/minecraft/client/network/message/MessageTrustStatus;isNotInDefaultFont(Lnet/minecraft/text/Style;)Z
-
isInsecure
public boolean isInsecure()- Mappings:
Namespace Name Mixin selector official a
Lfdv;a()Z
intermediary method_44740
Lnet/minecraft/class_7595;method_44740()Z
named isInsecure
Lnet/minecraft/client/network/message/MessageTrustStatus;isInsecure()Z
-
createIndicator
- Mappings:
Namespace Name Mixin selector official a
Lfdv;a(Lty;)Lemc;
intermediary method_44741
Lnet/minecraft/class_7595;method_44741(Lnet/minecraft/class_7471;)Lnet/minecraft/class_7591;
named createIndicator
Lnet/minecraft/client/network/message/MessageTrustStatus;createIndicator(Lnet/minecraft/network/message/SignedMessage;)Lnet/minecraft/client/gui/hud/MessageIndicator;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Laqa;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-