Enum Class ServerResourcePackManager.LoadStatus
java.lang.Object
java.lang.Enum<ServerResourcePackManager.LoadStatus>
net.minecraft.client.resource.server.ServerResourcePackManager.LoadStatus
- All Implemented Interfaces:
Serializable
,Comparable<ServerResourcePackManager.LoadStatus>
,Constable
- Enclosing class:
ServerResourcePackManager
@Environment(CLIENT)
private static enum ServerResourcePackManager.LoadStatus
extends Enum<ServerResourcePackManager.LoadStatus>
- Mappings:
Namespace Name official ghg$b
intermediary net/minecraft/class_9044$class_9046
named net/minecraft/client/resource/server/ServerResourcePackManager$LoadStatus
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServerResourcePackManager.LoadStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REQUESTED
- Mappings:
Namespace Name Mixin selector official a
Lghg$b;a:Lghg$b;
intermediary field_47643
Lnet/minecraft/class_9044$class_9046;field_47643:Lnet/minecraft/class_9044$class_9046;
named REQUESTED
Lnet/minecraft/client/resource/server/ServerResourcePackManager$LoadStatus;REQUESTED:Lnet/minecraft/client/resource/server/ServerResourcePackManager$LoadStatus;
-
PENDING
- Mappings:
Namespace Name Mixin selector official b
Lghg$b;b:Lghg$b;
intermediary field_47644
Lnet/minecraft/class_9044$class_9046;field_47644:Lnet/minecraft/class_9044$class_9046;
named PENDING
Lnet/minecraft/client/resource/server/ServerResourcePackManager$LoadStatus;PENDING:Lnet/minecraft/client/resource/server/ServerResourcePackManager$LoadStatus;
-
DONE
- Mappings:
Namespace Name Mixin selector official c
Lghg$b;c:Lghg$b;
intermediary field_47645
Lnet/minecraft/class_9044$class_9046;field_47645:Lnet/minecraft/class_9044$class_9046;
named DONE
Lnet/minecraft/client/resource/server/ServerResourcePackManager$LoadStatus;DONE:Lnet/minecraft/client/resource/server/ServerResourcePackManager$LoadStatus;
-
-
Constructor Details
-
LoadStatus
private LoadStatus()
-
-
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
-