Package net.minecraft.datafixer
Enum Class DataFixerPhase
- All Implemented Interfaces:
Serializable
,Comparable<DataFixerPhase>
,Constable
- Mappings:
Namespace Name official anj
intermediary net/minecraft/class_7395
named net/minecraft/datafixer/DataFixerPhase
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataFixerPhase
Returns the enum constant of this class with the specified name.static DataFixerPhase[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNINITIALIZED_UNOPTIMIZED
- Mappings:
Namespace Name Mixin selector official a
Lanj;a:Lanj;
intermediary field_38839
Lnet/minecraft/class_7395;field_38839:Lnet/minecraft/class_7395;
named UNINITIALIZED_UNOPTIMIZED
Lnet/minecraft/datafixer/DataFixerPhase;UNINITIALIZED_UNOPTIMIZED:Lnet/minecraft/datafixer/DataFixerPhase;
-
UNINITIALIZED_OPTIMIZED
- Mappings:
Namespace Name Mixin selector official b
Lanj;b:Lanj;
intermediary field_38840
Lnet/minecraft/class_7395;field_38840:Lnet/minecraft/class_7395;
named UNINITIALIZED_OPTIMIZED
Lnet/minecraft/datafixer/DataFixerPhase;UNINITIALIZED_OPTIMIZED:Lnet/minecraft/datafixer/DataFixerPhase;
-
INITIALIZED_UNOPTIMIZED
- Mappings:
Namespace Name Mixin selector official c
Lanj;c:Lanj;
intermediary field_38841
Lnet/minecraft/class_7395;field_38841:Lnet/minecraft/class_7395;
named INITIALIZED_UNOPTIMIZED
Lnet/minecraft/datafixer/DataFixerPhase;INITIALIZED_UNOPTIMIZED:Lnet/minecraft/datafixer/DataFixerPhase;
-
INITIALIZED_OPTIMIZED
- Mappings:
Namespace Name Mixin selector official d
Lanj;d:Lanj;
intermediary field_38842
Lnet/minecraft/class_7395;field_38842:Lnet/minecraft/class_7395;
named INITIALIZED_OPTIMIZED
Lnet/minecraft/datafixer/DataFixerPhase;INITIALIZED_OPTIMIZED:Lnet/minecraft/datafixer/DataFixerPhase;
-
-
Constructor Details
-
DataFixerPhase
private DataFixerPhase()
-
-
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
-