Package net.minecraft.world.gen.chunk
Class ChunkNoiseSampler.BlendAlphaDensityFunction
java.lang.Object
net.minecraft.world.gen.chunk.ChunkNoiseSampler.BlendAlphaDensityFunction
- All Implemented Interfaces:
ChunkNoiseSampler.ParentedNoiseType
,DensityFunction
- Enclosing class:
ChunkNoiseSampler
private class ChunkNoiseSampler.BlendAlphaDensityFunction
extends Object
implements ChunkNoiseSampler.ParentedNoiseType
- Mappings:
Namespace Name official dav$a
intermediary net/minecraft/class_6568$class_6946
named net/minecraft/world/gen/chunk/ChunkNoiseSampler$BlendAlphaDensityFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
DensityFunction.Base, DensityFunction.DensityFunctionVisitor, DensityFunction.EachApplier, DensityFunction.Noise, DensityFunction.NoisePos, DensityFunction.UnblendedNoisePos
-
Field Summary
Fields inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
CODEC, FUNCTION_CODEC, REGISTRY_ENTRY_CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyEach
(double[] densities, DensityFunction.EachApplier applier) CodecHolder<? extends DensityFunction>
double
maxValue()
double
minValue()
double
wrapped()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
abs, clamp, cube, halfNegative, quarterNegative, square, squeeze
-
Constructor Details
-
BlendAlphaDensityFunction
BlendAlphaDensityFunction()
-
-
Method Details
-
wrapped
- Specified by:
wrapped
in interfaceChunkNoiseSampler.ParentedNoiseType
- Mappings:
Namespace Name Mixin selector official k
Ldav$h;k()Ldak;
intermediary comp_469
Lnet/minecraft/class_6568$class_6952;comp_469()Lnet/minecraft/class_6910;
named wrapped
Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$ParentedNoiseType;wrapped()Lnet/minecraft/world/gen/densityfunction/DensityFunction;
-
apply
- Specified by:
apply
in interfaceDensityFunction
- Mappings:
Namespace Name Mixin selector official a
Ldak;a(Ldak$f;)Ldak;
intermediary method_40469
Lnet/minecraft/class_6910;method_40469(Lnet/minecraft/class_6910$class_6915;)Lnet/minecraft/class_6910;
named apply
Lnet/minecraft/world/gen/densityfunction/DensityFunction;apply(Lnet/minecraft/world/gen/densityfunction/DensityFunction$DensityFunctionVisitor;)Lnet/minecraft/world/gen/densityfunction/DensityFunction;
-
sample
- Specified by:
sample
in interfaceDensityFunction
- Mappings:
Namespace Name Mixin selector official a
Ldak;a(Ldak$b;)D
intermediary method_40464
Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)D
named sample
Lnet/minecraft/world/gen/densityfunction/DensityFunction;sample(Lnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;)D
-
applyEach
- Specified by:
applyEach
in interfaceDensityFunction
- Mappings:
Namespace Name Mixin selector official a
Ldak;a([DLdak$a;)V
intermediary method_40470
Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)V
named applyEach
Lnet/minecraft/world/gen/densityfunction/DensityFunction;applyEach([DLnet/minecraft/world/gen/densityfunction/DensityFunction$EachApplier;)V
-
minValue
public double minValue()- Specified by:
minValue
in interfaceChunkNoiseSampler.ParentedNoiseType
- Specified by:
minValue
in interfaceDensityFunction
- Mappings:
Namespace Name Mixin selector official a
Ldak;a()D
intermediary comp_377
Lnet/minecraft/class_6910;comp_377()D
named minValue
Lnet/minecraft/world/gen/densityfunction/DensityFunction;minValue()D
-
maxValue
public double maxValue()- Specified by:
maxValue
in interfaceChunkNoiseSampler.ParentedNoiseType
- Specified by:
maxValue
in interfaceDensityFunction
- Mappings:
Namespace Name Mixin selector official b
Ldak;b()D
intermediary comp_378
Lnet/minecraft/class_6910;comp_378()D
named maxValue
Lnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D
-
getCodecHolder
- Specified by:
getCodecHolder
in interfaceDensityFunction
- Mappings:
Namespace Name Mixin selector official c
Ldak;c()Lamc;
intermediary method_41062
Lnet/minecraft/class_6910;method_41062()Lnet/minecraft/class_7243;
named getCodecHolder
Lnet/minecraft/world/gen/densityfunction/DensityFunction;getCodecHolder()Lnet/minecraft/util/dynamic/CodecHolder;
-