Enum Class DensityFunctionTypes.BlendAlpha
java.lang.Object
java.lang.Enum<DensityFunctionTypes.BlendAlpha>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.BlendAlpha
- All Implemented Interfaces:
Serializable,Comparable<DensityFunctionTypes.BlendAlpha>,Constable,DensityFunction,DensityFunction.Base
- Enclosing class:
DensityFunctionTypes
protected static enum DensityFunctionTypes.BlendAlpha
extends Enum<DensityFunctionTypes.BlendAlpha>
implements DensityFunction.Base
- Mappings:
Namespace Name official ddv$dintermediary net/minecraft/class_6916$class_6919named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$BlendAlpha
-
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.world.gen.densityfunction.DensityFunction
DensityFunction.Base, DensityFunction.DensityFunctionVisitor, DensityFunction.EachApplier, DensityFunction.Noise, DensityFunction.NoisePos, DensityFunction.UnblendedNoisePos -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsFields inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
FUNCTION_CODEC, REGISTRY_ENTRY_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyEach(double[] densities, DensityFunction.EachApplier applier) CodecHolder<? extends DensityFunction>doublemaxValue()doubleminValue()doubleReturns the enum constant of this class with the specified name.static DensityFunctionTypes.BlendAlpha[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
abs, clamp, cube, halfNegative, quarterNegative, square, squeezeMethods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction.Base
apply
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLddv$d;a:Lddv$d;intermediary field_36549Lnet/minecraft/class_6916$class_6919;field_36549:Lnet/minecraft/class_6916$class_6919;named INSTANCELnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BlendAlpha;INSTANCE:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BlendAlpha;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official eLddv$d;e:Lanw;intermediary field_37079Lnet/minecraft/class_6916$class_6919;field_37079:Lnet/minecraft/class_7243;named CODECLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BlendAlpha;CODEC:Lnet/minecraft/util/dynamic/CodecHolder;
-
-
Constructor Details
-
BlendAlpha
private BlendAlpha()
-
-
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
-
sample
- Specified by:
samplein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official aLddu;a(Lddu$b;)Dintermediary method_40464Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)Dnamed sampleLnet/minecraft/world/gen/densityfunction/DensityFunction;sample(Lnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;)D
-
applyEach
- Specified by:
applyEachin interfaceDensityFunction- Specified by:
applyEachin interfaceDensityFunction.Base- Mappings:
Namespace Name Mixin selector official aLddu;a([DLddu$a;)Vintermediary method_40470Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)Vnamed applyEachLnet/minecraft/world/gen/densityfunction/DensityFunction;applyEach([DLnet/minecraft/world/gen/densityfunction/DensityFunction$EachApplier;)V
-
minValue
public double minValue()- Specified by:
minValuein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official aLddu;a()Dintermediary comp_377Lnet/minecraft/class_6910;comp_377()Dnamed minValueLnet/minecraft/world/gen/densityfunction/DensityFunction;minValue()D
-
maxValue
public double maxValue()- Specified by:
maxValuein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official bLddu;b()Dintermediary comp_378Lnet/minecraft/class_6910;comp_378()Dnamed maxValueLnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D
-
getCodecHolder
- Specified by:
getCodecHolderin interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official cLddu;c()Lanw;intermediary method_41062Lnet/minecraft/class_6910;method_41062()Lnet/minecraft/class_7243;named getCodecHolderLnet/minecraft/world/gen/densityfunction/DensityFunction;getCodecHolder()Lnet/minecraft/util/dynamic/CodecHolder;
-