Package net.minecraft
Enum Class class_11545.class_11546
- All Implemented Interfaces:
Serializable,Comparable<class_11545.class_11546>,Constable
- Enclosing interface:
class_11545
- Mappings:
Namespace Name named net/minecraft/class_11545$class_11546intermediary net/minecraft/class_11545$class_11546official auq$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_11545.class_11546Returns the enum constant of this class with the specified name.static class_11545.class_11546[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
START_SERVER
- Mappings:
Namespace Name Mixin selector named START_SERVERLnet/minecraft/class_11545$class_11546;START_SERVER:Lnet/minecraft/class_11545$class_11546;intermediary field_61105Lnet/minecraft/class_11545$class_11546;field_61105:Lnet/minecraft/class_11545$class_11546;official aLauq$a;a:Lauq$a;
-
PREPARE_GLOBAL_SPAWN
- Mappings:
Namespace Name Mixin selector named PREPARE_GLOBAL_SPAWNLnet/minecraft/class_11545$class_11546;PREPARE_GLOBAL_SPAWN:Lnet/minecraft/class_11545$class_11546;intermediary field_61106Lnet/minecraft/class_11545$class_11546;field_61106:Lnet/minecraft/class_11545$class_11546;official bLauq$a;b:Lauq$a;
-
LOAD_INITIAL_CHUNKS
- Mappings:
Namespace Name Mixin selector named LOAD_INITIAL_CHUNKSLnet/minecraft/class_11545$class_11546;LOAD_INITIAL_CHUNKS:Lnet/minecraft/class_11545$class_11546;intermediary field_61107Lnet/minecraft/class_11545$class_11546;field_61107:Lnet/minecraft/class_11545$class_11546;official cLauq$a;c:Lauq$a;
-
LOAD_PLAYER_CHUNKS
- Mappings:
Namespace Name Mixin selector named LOAD_PLAYER_CHUNKSLnet/minecraft/class_11545$class_11546;LOAD_PLAYER_CHUNKS:Lnet/minecraft/class_11545$class_11546;intermediary field_61108Lnet/minecraft/class_11545$class_11546;field_61108:Lnet/minecraft/class_11545$class_11546;official dLauq$a;d:Lauq$a;
-
-
Constructor Details
-
class_11546
private class_11546()
-
-
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
-