Package net.minecraft.network.message
Enum Class AcknowledgmentValidator.FailureReason
java.lang.Object
java.lang.Enum<AcknowledgmentValidator.FailureReason>
net.minecraft.network.message.AcknowledgmentValidator.FailureReason
- All Implemented Interfaces:
Serializable
,Comparable<AcknowledgmentValidator.FailureReason>
,Constable
- Enclosing class:
AcknowledgmentValidator
public static enum AcknowledgmentValidator.FailureReason
extends Enum<AcknowledgmentValidator.FailureReason>
- Mappings:
Namespace Name official ry$a
intermediary net/minecraft/class_7638$class_7639
named net/minecraft/network/message/AcknowledgmentValidator$FailureReason
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUT_OF_ORDER
- Mappings:
Namespace Name Mixin selector official a
Lry$a;a:Lry$a;
intermediary field_39891
Lnet/minecraft/class_7638$class_7639;field_39891:Lnet/minecraft/class_7638$class_7639;
named OUT_OF_ORDER
Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;OUT_OF_ORDER:Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;
-
DUPLICATED_PROFILES
- Mappings:
Namespace Name Mixin selector official b
Lry$a;b:Lry$a;
intermediary field_39892
Lnet/minecraft/class_7638$class_7639;field_39892:Lnet/minecraft/class_7638$class_7639;
named DUPLICATED_PROFILES
Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;DUPLICATED_PROFILES:Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;
-
UNKNOWN_MESSAGES
- Mappings:
Namespace Name Mixin selector official c
Lry$a;c:Lry$a;
intermediary field_39893
Lnet/minecraft/class_7638$class_7639;field_39893:Lnet/minecraft/class_7638$class_7639;
named UNKNOWN_MESSAGES
Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;UNKNOWN_MESSAGES:Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;
-
REMOVED_MESSAGES
- Mappings:
Namespace Name Mixin selector official d
Lry$a;d:Lry$a;
intermediary field_39894
Lnet/minecraft/class_7638$class_7639;field_39894:Lnet/minecraft/class_7638$class_7639;
named REMOVED_MESSAGES
Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;REMOVED_MESSAGES:Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;
-
-
Field Details
-
description
- Mappings:
Namespace Name Mixin selector official e
Lry$a;e:Ljava/lang/String;
intermediary field_39895
Lnet/minecraft/class_7638$class_7639;field_39895:Ljava/lang/String;
named description
Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;description:Ljava/lang/String;
-
-
Constructor Details
-
FailureReason
- Mappings:
Namespace Name Mixin selector official <init>
Lry$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_7638$class_7639;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;<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
-
getDescription
- Mappings:
Namespace Name Mixin selector official a
Lry$a;a()Ljava/lang/String;
intermediary method_44992
Lnet/minecraft/class_7638$class_7639;method_44992()Ljava/lang/String;
named getDescription
Lnet/minecraft/network/message/AcknowledgmentValidator$FailureReason;getDescription()Ljava/lang/String;
-