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_11503
intermediary net/minecraft/class_634$class_11503
official grh$a
  • Enum Constant Details

    • NO_ISSUES

      public static final ClientPlayNetworkHandler.class_11503 NO_ISSUES
      Mappings:
      Namespace Name Mixin selector
      named NO_ISSUES Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;NO_ISSUES:Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;
      intermediary field_60786 Lnet/minecraft/class_634$class_11503;field_60786:Lnet/minecraft/class_634$class_11503;
      official a Lgrh$a;a:Lgrh$a;
    • PARSE_ERRORS

      public static final ClientPlayNetworkHandler.class_11503 PARSE_ERRORS
      Mappings:
      Namespace Name Mixin selector
      named PARSE_ERRORS Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;PARSE_ERRORS:Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;
      intermediary field_60787 Lnet/minecraft/class_634$class_11503;field_60787:Lnet/minecraft/class_634$class_11503;
      official b Lgrh$a;b:Lgrh$a;
    • SIGNATURE_REQUIRED

      public static final ClientPlayNetworkHandler.class_11503 SIGNATURE_REQUIRED
      Mappings:
      Namespace Name Mixin selector
      named SIGNATURE_REQUIRED Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;SIGNATURE_REQUIRED:Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;
      intermediary field_60788 Lnet/minecraft/class_634$class_11503;field_60788:Lnet/minecraft/class_634$class_11503;
      official c Lgrh$a;c:Lgrh$a;
    • PERMISSIONS_REQUIRED

      public static final ClientPlayNetworkHandler.class_11503 PERMISSIONS_REQUIRED
      Mappings:
      Namespace Name Mixin selector
      named PERMISSIONS_REQUIRED Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;PERMISSIONS_REQUIRED:Lnet/minecraft/client/network/ClientPlayNetworkHandler$class_11503;
      intermediary field_60789 Lnet/minecraft/class_634$class_11503;field_60789:Lnet/minecraft/class_634$class_11503;
      official d Lgrh$a;d:Lgrh$a;
  • Constructor Details

    • class_11503

      private class_11503()
  • Method Details

    • values

      public static ClientPlayNetworkHandler.class_11503[] 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

      public static ClientPlayNetworkHandler.class_11503 valueOf(String name)
      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