Package net.minecraft.network.message
Enum Class MessageVerifier.class_7646
- All Implemented Interfaces:
Serializable,Comparable<MessageVerifier.class_7646>,Constable
- Enclosing interface:
MessageVerifier
- Mappings:
Namespace Name official sg$bintermediary net/minecraft/class_7615$class_7646named net/minecraft/network/message/MessageVerifier$class_7646
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageVerifier.class_7646Returns the enum constant of this class with the specified name.static MessageVerifier.class_7646[]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 aLsg$b;a:Lsg$b;intermediary field_39910Lnet/minecraft/class_7615$class_7646;field_39910:Lnet/minecraft/class_7615$class_7646;named SECURELnet/minecraft/network/message/MessageVerifier$class_7646;SECURE:Lnet/minecraft/network/message/MessageVerifier$class_7646;
-
NOT_SECURE
- Mappings:
Namespace Name Mixin selector official bLsg$b;b:Lsg$b;intermediary field_39911Lnet/minecraft/class_7615$class_7646;field_39911:Lnet/minecraft/class_7615$class_7646;named NOT_SECURELnet/minecraft/network/message/MessageVerifier$class_7646;NOT_SECURE:Lnet/minecraft/network/message/MessageVerifier$class_7646;
-
BROKEN_CHAIN
- Mappings:
Namespace Name Mixin selector official cLsg$b;c:Lsg$b;intermediary field_39912Lnet/minecraft/class_7615$class_7646;field_39912:Lnet/minecraft/class_7615$class_7646;named BROKEN_CHAINLnet/minecraft/network/message/MessageVerifier$class_7646;BROKEN_CHAIN:Lnet/minecraft/network/message/MessageVerifier$class_7646;
-
-
Constructor Details
-
class_7646
private class_7646()
-
-
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
-