Enum ResourcePackStatusC2SPacket.Status

java.lang.Object
java.lang.Enum<ResourcePackStatusC2SPacket.Status>
net.minecraft.network.packet.c2s.play.ResourcePackStatusC2SPacket.Status
All Implemented Interfaces:
Serializable, Comparable<ResourcePackStatusC2SPacket.Status>, java.lang.constant.Constable
Enclosing class:
ResourcePackStatusC2SPacket

public static enum ResourcePackStatusC2SPacket.Status
extends Enum<ResourcePackStatusC2SPacket.Status>
Mappings:
Namespace Name
official iu$a
intermediary net/minecraft/class_1574$class_1575
named net/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status
  • Enum Constant Details

    • SUCCESSFULLY_LOADED

      public static final ResourcePackStatusC2SPacket.Status SUCCESSFULLY_LOADED
      Mappings:
      Namespace Name Mixin selector
      official a Liu$a;a:Liu$a;
      intermediary field_6454 Lnet/minecraft/class_1574$class_1575;field_6454:Lnet/minecraft/class_1574$class_1575;
      named SUCCESSFULLY_LOADED Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;SUCCESSFULLY_LOADED:Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;
    • DECLINED

      public static final ResourcePackStatusC2SPacket.Status DECLINED
      Mappings:
      Namespace Name Mixin selector
      official b Liu$a;b:Liu$a;
      intermediary field_6455 Lnet/minecraft/class_1574$class_1575;field_6455:Lnet/minecraft/class_1574$class_1575;
      named DECLINED Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;DECLINED:Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;
    • FAILED_DOWNLOAD

      public static final ResourcePackStatusC2SPacket.Status FAILED_DOWNLOAD
      Mappings:
      Namespace Name Mixin selector
      official c Liu$a;c:Liu$a;
      intermediary field_6456 Lnet/minecraft/class_1574$class_1575;field_6456:Lnet/minecraft/class_1574$class_1575;
      named FAILED_DOWNLOAD Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;FAILED_DOWNLOAD:Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;
    • ACCEPTED

      public static final ResourcePackStatusC2SPacket.Status ACCEPTED
      Mappings:
      Namespace Name Mixin selector
      official d Liu$a;d:Liu$a;
      intermediary field_6457 Lnet/minecraft/class_1574$class_1575;field_6457:Lnet/minecraft/class_1574$class_1575;
      named ACCEPTED Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;ACCEPTED:Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;
  • Constructor Details

    • Status

      private Status()
  • Method Details

    • values

      public static ResourcePackStatusC2SPacket.Status[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ResourcePackStatusC2SPacket.Status valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null