Package net.minecraft
Enum Class class_11088.class_11094
- All Implemented Interfaces:
Serializable,Comparable<class_11088.class_11094>,Constable,StringIdentifiable
- Enclosing class:
class_11088
public static enum class_11088.class_11094
extends Enum<class_11088.class_11094>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_11088$class_11094intermediary net/minecraft/class_11088$class_11094official fbp$d
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11088.class_11094> private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static class_11088.class_11094Returns the enum constant of this class with the specified name.static class_11088.class_11094[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIXED_POSITION
- Mappings:
Namespace Name Mixin selector named FIXED_POSITIONLnet/minecraft/class_11088$class_11094;FIXED_POSITION:Lnet/minecraft/class_11088$class_11094;intermediary field_59076Lnet/minecraft/class_11088$class_11094;field_59076:Lnet/minecraft/class_11088$class_11094;official aLfbp$d;a:Lfbp$d;
-
ON_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector named ON_HEIGHTMAPLnet/minecraft/class_11088$class_11094;ON_HEIGHTMAP:Lnet/minecraft/class_11088$class_11094;intermediary field_59077Lnet/minecraft/class_11088$class_11094;field_59077:Lnet/minecraft/class_11088$class_11094;official bLfbp$d;b:Lfbp$d;
-
NEAR_POSITION
- Mappings:
Namespace Name Mixin selector named NEAR_POSITIONLnet/minecraft/class_11088$class_11094;NEAR_POSITION:Lnet/minecraft/class_11088$class_11094;intermediary field_59078Lnet/minecraft/class_11088$class_11094;field_59078:Lnet/minecraft/class_11088$class_11094;official cLfbp$d;c:Lfbp$d;
-
NEAR_PLAYER
- Mappings:
Namespace Name Mixin selector named NEAR_PLAYERLnet/minecraft/class_11088$class_11094;NEAR_PLAYER:Lnet/minecraft/class_11088$class_11094;intermediary field_59079Lnet/minecraft/class_11088$class_11094;field_59079:Lnet/minecraft/class_11088$class_11094;official dLfbp$d;d:Lfbp$d;
-
WARDEN_ARENA
- Mappings:
Namespace Name Mixin selector named WARDEN_ARENALnet/minecraft/class_11088$class_11094;WARDEN_ARENA:Lnet/minecraft/class_11088$class_11094;intermediary field_59080Lnet/minecraft/class_11088$class_11094;field_59080:Lnet/minecraft/class_11088$class_11094;official eLfbp$d;e:Lfbp$d;
-
-
Field Details
-
field_59081
- Mappings:
Namespace Name Mixin selector named field_59081Lnet/minecraft/class_11088$class_11094;field_59081:Lcom/mojang/serialization/Codec;intermediary field_59081Lnet/minecraft/class_11088$class_11094;field_59081:Lcom/mojang/serialization/Codec;official fLfbp$d;f:Lcom/mojang/serialization/Codec;
-
field_59082
- Mappings:
Namespace Name Mixin selector named field_59082Lnet/minecraft/class_11088$class_11094;field_59082:Ljava/lang/String;intermediary field_59082Lnet/minecraft/class_11088$class_11094;field_59082:Ljava/lang/String;official gLfbp$d;g:Ljava/lang/String;
-
-
Constructor Details
-
class_11094
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbbv;c()Ljava/lang/String;
-