Package net.minecraft.client.network
Enum Class ClientPlayNetworkHandler.class_11503
java.lang.Object
java.lang.Enum<ClientPlayNetworkHandler.class_11503>
net.minecraft.client.network.ClientPlayNetworkHandler.class_11503
- All Implemented Interfaces:
Serializable,Comparable<ClientPlayNetworkHandler.class_11503>,Constable
- Enclosing class:
ClientPlayNetworkHandler
@Environment(CLIENT)
private static enum ClientPlayNetworkHandler.class_11503
extends Enum<ClientPlayNetworkHandler.class_11503>
- Mappings:
Namespace Name named net/minecraft/client/network/ClientPlayNetworkHandler$class_11503intermediary net/minecraft/class_634$class_11503official grh$a
-
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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClientPlayNetworkHandler.class_11503[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_ISSUES
- Mappings:
Namespace Name Mixin selector named NO_ISSUESLnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;NO_ISSUES:Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;intermediary field_60786Lnet/minecraft/class_634$class_11503;field_60786:Lnet/minecraft/class_634$class_11503;official aLgrh$a;a:Lgrh$a;
-
PARSE_ERRORS
- Mappings:
Namespace Name Mixin selector named PARSE_ERRORSLnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;PARSE_ERRORS:Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;intermediary field_60787Lnet/minecraft/class_634$class_11503;field_60787:Lnet/minecraft/class_634$class_11503;official bLgrh$a;b:Lgrh$a;
-
SIGNATURE_REQUIRED
- Mappings:
Namespace Name Mixin selector named SIGNATURE_REQUIREDLnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;SIGNATURE_REQUIRED:Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;intermediary field_60788Lnet/minecraft/class_634$class_11503;field_60788:Lnet/minecraft/class_634$class_11503;official cLgrh$a;c:Lgrh$a;
-
PERMISSIONS_REQUIRED
- Mappings:
Namespace Name Mixin selector named PERMISSIONS_REQUIREDLnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;PERMISSIONS_REQUIRED:Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;intermediary field_60789Lnet/minecraft/class_634$class_11503;field_60789:Lnet/minecraft/class_634$class_11503;official dLgrh$a;d:Lgrh$a;
-
-
Constructor Details
-
class_11503
private class_11503()
-
-
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
-