Enum Class PackStateChangeCallback.FinishState

java.lang.Object
java.lang.Enum<PackStateChangeCallback.FinishState>
net.minecraft.client.resource.server.PackStateChangeCallback.FinishState
All Implemented Interfaces:
Serializable, Comparable<PackStateChangeCallback.FinishState>, Constable
Enclosing interface:
PackStateChangeCallback

@Environment(CLIENT) public static enum PackStateChangeCallback.FinishState extends Enum<PackStateChangeCallback.FinishState>
Mappings:
Namespace Name
official ghe$a
intermediary net/minecraft/class_9039$class_9040
named net/minecraft/client/resource/server/PackStateChangeCallback$FinishState
  • Enum Constant Details

    • DECLINED

      public static final PackStateChangeCallback.FinishState DECLINED
      Mappings:
      Namespace Name Mixin selector
      official a Lghe$a;a:Lghe$a;
      intermediary field_47623 Lnet/minecraft/class_9039$class_9040;field_47623:Lnet/minecraft/class_9039$class_9040;
      named DECLINED Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;DECLINED:Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;
    • APPLIED

      public static final PackStateChangeCallback.FinishState APPLIED
      Mappings:
      Namespace Name Mixin selector
      official b Lghe$a;b:Lghe$a;
      intermediary field_47624 Lnet/minecraft/class_9039$class_9040;field_47624:Lnet/minecraft/class_9039$class_9040;
      named APPLIED Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;APPLIED:Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;
    • DISCARDED

      public static final PackStateChangeCallback.FinishState DISCARDED
      Mappings:
      Namespace Name Mixin selector
      official c Lghe$a;c:Lghe$a;
      intermediary field_47625 Lnet/minecraft/class_9039$class_9040;field_47625:Lnet/minecraft/class_9039$class_9040;
      named DISCARDED Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;DISCARDED:Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;
    • DOWNLOAD_FAILED

      public static final PackStateChangeCallback.FinishState DOWNLOAD_FAILED
      Mappings:
      Namespace Name Mixin selector
      official d Lghe$a;d:Lghe$a;
      intermediary field_47626 Lnet/minecraft/class_9039$class_9040;field_47626:Lnet/minecraft/class_9039$class_9040;
      named DOWNLOAD_FAILED Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;DOWNLOAD_FAILED:Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;
    • ACTIVATION_FAILED

      public static final PackStateChangeCallback.FinishState ACTIVATION_FAILED
      Mappings:
      Namespace Name Mixin selector
      official e Lghe$a;e:Lghe$a;
      intermediary field_47627 Lnet/minecraft/class_9039$class_9040;field_47627:Lnet/minecraft/class_9039$class_9040;
      named ACTIVATION_FAILED Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;ACTIVATION_FAILED:Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;
  • Constructor Details

    • FinishState

      private FinishState()
  • Method Details

    • values

      public static PackStateChangeCallback.FinishState[] 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 PackStateChangeCallback.FinishState 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