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$Typeintermediary net/minecraft/class_6916$class_6927$class_6928official epj$m$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 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.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 INTERPOLATEDLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;INTERPOLATED:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;intermediary field_36562Lnet/minecraft/class_6916$class_6927$class_6928;field_36562:Lnet/minecraft/class_6916$class_6927$class_6928;official aLepj$m$a;a:Lepj$m$a;
-
FLAT_CACHE
- Mappings:
Namespace Name Mixin selector named FLAT_CACHELnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;FLAT_CACHE:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;intermediary field_36563Lnet/minecraft/class_6916$class_6927$class_6928;field_36563:Lnet/minecraft/class_6916$class_6927$class_6928;official bLepj$m$a;b:Lepj$m$a;
-
CACHE2D
- Mappings:
Namespace Name Mixin selector named CACHE2DLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;CACHE2D:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;intermediary field_36564Lnet/minecraft/class_6916$class_6927$class_6928;field_36564:Lnet/minecraft/class_6916$class_6927$class_6928;official cLepj$m$a;c:Lepj$m$a;
-
CACHE_ONCE
- Mappings:
Namespace Name Mixin selector named CACHE_ONCELnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;CACHE_ONCE:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;intermediary field_36565Lnet/minecraft/class_6916$class_6927$class_6928;field_36565:Lnet/minecraft/class_6916$class_6927$class_6928;official dLepj$m$a;d:Lepj$m$a;
-
CACHE_ALL_IN_CELL
- Mappings:
Namespace Name Mixin selector named CACHE_ALL_IN_CELLLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;CACHE_ALL_IN_CELL:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;intermediary field_36566Lnet/minecraft/class_6916$class_6927$class_6928;field_36566:Lnet/minecraft/class_6916$class_6927$class_6928;official eLepj$m$a;e:Lepj$m$a;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;name:Ljava/lang/String;intermediary field_37088Lnet/minecraft/class_6916$class_6927$class_6928;field_37088:Ljava/lang/String;official fLepj$m$a;f:Ljava/lang/String;
-
codec
- Mappings:
Namespace Name Mixin selector named codecLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;codec:Lnet/minecraft/util/dynamic/CodecHolder;intermediary field_37089Lnet/minecraft/class_6916$class_6927$class_6928;field_37089:Lnet/minecraft/class_7243;official gLepj$m$a;g:Lbfa;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_6916$class_6927$class_6928;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lepj$m$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:
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 cLbgg;c()Ljava/lang/String;
-