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 
aLevh;a:Levh; 
intermediary 
field_39780Lnet/minecraft/class_7595;field_39780:Lnet/minecraft/class_7595; 
named 
SECURELnet/minecraft/client/network/message/MessageTrustStatus;SECURE:Lnet/minecraft/client/network/message/MessageTrustStatus; 
 
 
 
MODIFIED 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
bLevh;b:Levh; 
intermediary 
field_39781Lnet/minecraft/class_7595;field_39781:Lnet/minecraft/class_7595; 
named 
MODIFIEDLnet/minecraft/client/network/message/MessageTrustStatus;MODIFIED:Lnet/minecraft/client/network/message/MessageTrustStatus; 
 
 
 
FILTERED 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
cLevh;c:Levh; 
intermediary 
field_39938Lnet/minecraft/class_7595;field_39938:Lnet/minecraft/class_7595; 
named 
FILTEREDLnet/minecraft/client/network/message/MessageTrustStatus;FILTERED:Lnet/minecraft/client/network/message/MessageTrustStatus; 
 
 
 
NOT_SECURE 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
dLevh;d:Levh; 
intermediary 
field_39782Lnet/minecraft/class_7595;field_39782:Lnet/minecraft/class_7595; 
named 
NOT_SECURELnet/minecraft/client/network/message/MessageTrustStatus;NOT_SECURE:Lnet/minecraft/client/network/message/MessageTrustStatus; 
 
 
 
BROKEN_CHAIN 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
eLevh;e:Levh; 
intermediary 
field_39905Lnet/minecraft/class_7595;field_39905:Lnet/minecraft/class_7595; 
named 
BROKEN_CHAINLnet/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 NullPointerException  
 
 
getStatus 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
aLevh;a(Lsd;Lrq;Leuz;Ljava/time/Instant;)Levh; 
intermediary 
method_44742Lnet/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 
getStatusLnet/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 
aLevh;a()Z 
intermediary 
method_44740Lnet/minecraft/class_7595;method_44740()Z 
named 
isInsecureLnet/minecraft/client/network/message/MessageTrustStatus;isInsecure()Z 
 
 
 
createIndicator 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
aLevh;a(Lsd;)Lefq; 
intermediary 
method_44741Lnet/minecraft/class_7595;method_44741(Lnet/minecraft/class_7471;)Lnet/minecraft/class_7591; 
named 
createIndicatorLnet/minecraft/client/network/message/MessageTrustStatus;createIndicator(Lnet/minecraft/network/message/SignedMessage;)Lnet/minecraft/client/gui/hud/MessageIndicator;