JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
SECURE
Mappings:
Namespace
Name
Mixin selector
official
a
Levh;a:Levh;
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
Levh;b:Levh;
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;
FILTERED
Mappings:
Namespace
Name
Mixin selector
official
c
Levh;c:Levh;
intermediary
field_39938
Lnet/minecraft/class_7595;field_39938:Lnet/minecraft/class_7595;
named
FILTERED
Lnet/minecraft/client/network/message/MessageTrustStatus;FILTERED:Lnet/minecraft/client/network/message/MessageTrustStatus;
NOT_SECURE
Mappings:
Namespace
Name
Mixin selector
official
d
Levh;d:Levh;
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;
BROKEN_CHAIN
Mappings:
Namespace
Name
Mixin selector
official
e
Levh;e:Levh;
intermediary
field_39905
Lnet/minecraft/class_7595;field_39905:Lnet/minecraft/class_7595;
named
BROKEN_CHAIN
Lnet/minecraft/client/network/message/MessageTrustStatus;BROKEN_CHAIN:Lnet/minecraft/client/network/message/MessageTrustStatus;
Constructor Details
MessageTrustStatus
private MessageTrustStatus ()
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 name
NullPointerException
- if the argument is null
getStatus
Mappings:
Namespace
Name
Mixin selector
official
a
Levh;a(Lsd;Lrq;Leuz;Ljava/time/Instant;)Levh;
intermediary
method_44742
Lnet/minecraft/class_7595;method_44742(Lnet/minecraft/class_7471;Lnet/minecraft/class_2561;Lnet/minecraft/class_640;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;Lnet/minecraft/client/network/PlayerListEntry;Ljava/time/Instant;)Lnet/minecraft/client/network/message/MessageTrustStatus;
isInsecure
public boolean isInsecure ()
Mappings:
Namespace
Name
Mixin selector
official
a
Levh;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
Levh;a(Lsd;)Lefq;
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;