Package net.minecraft.world.gen.chunk
Interface ChunkNoiseSampler.ParentedNoiseType
- All Superinterfaces:
DensityFunction
- All Known Implementing Classes:
ChunkNoiseSampler.BlendAlphaDensityFunction
,ChunkNoiseSampler.BlendOffsetDensityFunction
,ChunkNoiseSampler.Cache2D
,ChunkNoiseSampler.CacheOnce
,ChunkNoiseSampler.CellCache
,ChunkNoiseSampler.DensityInterpolator
,ChunkNoiseSampler.FlatCache
- Enclosing class:
ChunkNoiseSampler
- Mappings:
Namespace Name official dou$h
intermediary net/minecraft/class_6568$class_6952
named net/minecraft/world/gen/chunk/ChunkNoiseSampler$ParentedNoiseType
-
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
-
Method Summary
Methods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
abs, apply, clamp, cube, fill, getCodecHolder, halfNegative, quarterNegative, sample, square, squeeze
-
Method Details
-
wrapped
DensityFunction wrapped()- Mappings:
Namespace Name Mixin selector official k
Ldou$h;k()Ldoj;
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;
-
minValue
default double minValue()- Specified by:
minValue
in interfaceDensityFunction
- Mappings:
Namespace Name Mixin selector official a
Ldoj;a()D
intermediary comp_377
Lnet/minecraft/class_6910;comp_377()D
named minValue
Lnet/minecraft/world/gen/densityfunction/DensityFunction;minValue()D
-
maxValue
default double maxValue()- Specified by:
maxValue
in interfaceDensityFunction
- Mappings:
Namespace Name Mixin selector official b
Ldoj;b()D
intermediary comp_378
Lnet/minecraft/class_6910;comp_378()D
named maxValue
Lnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D
-