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 dho$hintermediary net/minecraft/class_6568$class_6952named 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 kLdho$h;k()Ldhd;intermediary comp_469Lnet/minecraft/class_6568$class_6952;comp_469()Lnet/minecraft/class_6910;named wrappedLnet/minecraft/world/gen/chunk/ChunkNoiseSampler$ParentedNoiseType;wrapped()Lnet/minecraft/world/gen/densityfunction/DensityFunction;
-
minValue
default double minValue()- Specified by:
minValuein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official aLdhd;a()Dintermediary comp_377Lnet/minecraft/class_6910;comp_377()Dnamed minValueLnet/minecraft/world/gen/densityfunction/DensityFunction;minValue()D
-
maxValue
default double maxValue()- Specified by:
maxValuein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official bLdhd;b()Dintermediary comp_378Lnet/minecraft/class_6910;comp_378()Dnamed maxValueLnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D
-