Enum Class ServerResourcePackManager.DiscardReason
java.lang.Object
java.lang.Enum<ServerResourcePackManager.DiscardReason>
net.minecraft.client.resource.server.ServerResourcePackManager.DiscardReason
- All Implemented Interfaces:
Serializable
,Comparable<ServerResourcePackManager.DiscardReason>
,Constable
- Enclosing class:
ServerResourcePackManager
@Environment(CLIENT)
private static enum ServerResourcePackManager.DiscardReason
extends Enum<ServerResourcePackManager.DiscardReason>
- Mappings:
Namespace Name named net/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason
intermediary net/minecraft/class_9044$class_9048
official grv$d
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DOWNLOAD_FAILED
- Mappings:
Namespace Name Mixin selector named DOWNLOAD_FAILED
Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;DOWNLOAD_FAILED:Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;
intermediary field_47651
Lnet/minecraft/class_9044$class_9048;field_47651:Lnet/minecraft/class_9044$class_9048;
official a
Lgrv$d;a:Lgrv$d;
-
ACTIVATION_FAILED
- Mappings:
Namespace Name Mixin selector named ACTIVATION_FAILED
Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;ACTIVATION_FAILED:Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;
intermediary field_47652
Lnet/minecraft/class_9044$class_9048;field_47652:Lnet/minecraft/class_9044$class_9048;
official b
Lgrv$d;b:Lgrv$d;
-
DECLINED
- Mappings:
Namespace Name Mixin selector named DECLINED
Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;DECLINED:Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;
intermediary field_47653
Lnet/minecraft/class_9044$class_9048;field_47653:Lnet/minecraft/class_9044$class_9048;
official c
Lgrv$d;c:Lgrv$d;
-
DISCARDED
- Mappings:
Namespace Name Mixin selector named DISCARDED
Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;DISCARDED:Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;
intermediary field_47654
Lnet/minecraft/class_9044$class_9048;field_47654:Lnet/minecraft/class_9044$class_9048;
official d
Lgrv$d;d:Lgrv$d;
-
SERVER_REMOVED
- Mappings:
Namespace Name Mixin selector named SERVER_REMOVED
Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;SERVER_REMOVED:Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;
intermediary field_47655
Lnet/minecraft/class_9044$class_9048;field_47655:Lnet/minecraft/class_9044$class_9048;
official e
Lgrv$d;e:Lgrv$d;
-
SERVER_REPLACED
- Mappings:
Namespace Name Mixin selector named SERVER_REPLACED
Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;SERVER_REPLACED:Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;
intermediary field_47656
Lnet/minecraft/class_9044$class_9048;field_47656:Lnet/minecraft/class_9044$class_9048;
official f
Lgrv$d;f:Lgrv$d;
-
-
Field Details
-
state
- Mappings:
Namespace Name Mixin selector named state
Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;state:Lnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;
intermediary field_47657
Lnet/minecraft/class_9044$class_9048;field_47657:Lnet/minecraft/class_9039$class_9040;
official g
Lgrv$d;g:Lgrt$a;
-
-
Constructor Details
-
DiscardReason
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/resource/server/ServerResourcePackManager$DiscardReason;<init>(Ljava/lang/String;ILnet/minecraft/client/resource/server/PackStateChangeCallback$FinishState;)V
intermediary <init>
Lnet/minecraft/class_9044$class_9048;<init>(Ljava/lang/String;ILnet/minecraft/class_9039$class_9040;)V
official <init>
Lgrv$d;<init>(Ljava/lang/String;ILgrt$a;)V
-
-
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
-