Enum Class DensityFunctionTypes.Wrapping.Type
java.lang.Object
java.lang.Enum<DensityFunctionTypes.Wrapping.Type>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Wrapping.Type
- All Implemented Interfaces:
Serializable
,Comparable<DensityFunctionTypes.Wrapping.Type>
,Constable
,StringIdentifiable
- Enclosing class:
DensityFunctionTypes.Wrapping
static enum DensityFunctionTypes.Wrapping.Type
extends Enum<DensityFunctionTypes.Wrapping.Type>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type
intermediary net/minecraft/class_6916$class_6927$class_6928
official ecn$l$a
-
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 TypeFieldDescription(package private) final CodecHolder
<DensityFunctionTypes.Wrapper> private final String
Fields 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.Returns the enum constant of this class with the specified name.static DensityFunctionTypes.Wrapping.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INTERPOLATED
- Mappings:
Namespace Name Mixin selector named INTERPOLATED
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;INTERPOLATED:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;
intermediary field_36562
Lnet/minecraft/class_6916$class_6927$class_6928;field_36562:Lnet/minecraft/class_6916$class_6927$class_6928;
official a
Lecn$l$a;a:Lecn$l$a;
-
FLAT_CACHE
- Mappings:
Namespace Name Mixin selector named FLAT_CACHE
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;FLAT_CACHE:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;
intermediary field_36563
Lnet/minecraft/class_6916$class_6927$class_6928;field_36563:Lnet/minecraft/class_6916$class_6927$class_6928;
official b
Lecn$l$a;b:Lecn$l$a;
-
CACHE2D
- Mappings:
Namespace Name Mixin selector named CACHE2D
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;CACHE2D:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;
intermediary field_36564
Lnet/minecraft/class_6916$class_6927$class_6928;field_36564:Lnet/minecraft/class_6916$class_6927$class_6928;
official c
Lecn$l$a;c:Lecn$l$a;
-
CACHE_ONCE
- Mappings:
Namespace Name Mixin selector named CACHE_ONCE
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;CACHE_ONCE:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;
intermediary field_36565
Lnet/minecraft/class_6916$class_6927$class_6928;field_36565:Lnet/minecraft/class_6916$class_6927$class_6928;
official d
Lecn$l$a;d:Lecn$l$a;
-
CACHE_ALL_IN_CELL
- Mappings:
Namespace Name Mixin selector named CACHE_ALL_IN_CELL
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;CACHE_ALL_IN_CELL:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;
intermediary field_36566
Lnet/minecraft/class_6916$class_6927$class_6928;field_36566:Lnet/minecraft/class_6916$class_6927$class_6928;
official e
Lecn$l$a;e:Lecn$l$a;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;name:Ljava/lang/String;
intermediary field_37088
Lnet/minecraft/class_6916$class_6927$class_6928;field_37088:Ljava/lang/String;
official f
Lecn$l$a;f:Ljava/lang/String;
-
codec
- Mappings:
Namespace Name Mixin selector named codec
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;codec:Lnet/minecraft/util/dynamic/CodecHolder;
intermediary field_37089
Lnet/minecraft/class_6916$class_6927$class_6928;field_37089:Lnet/minecraft/class_7243;
official g
Lecn$l$a;g:Lays;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_6916$class_6927$class_6928;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Lecn$l$a;<init>(Ljava/lang/String;ILjava/lang/String;)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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazv;c()Ljava/lang/String;
-