Package net.minecraft.world.gen.chunk
Class ChunkNoiseSampler
java.lang.Object
net.minecraft.world.gen.chunk.ChunkNoiseSampler
- All Implemented Interfaces:
DensityFunction.EachApplier,DensityFunction.NoisePos
public class ChunkNoiseSampler
extends Object
implements DensityFunction.EachApplier, DensityFunction.NoisePos
- Mappings:
Namespace Name official dhaintermediary net/minecraft/class_6568named net/minecraft/world/gen/chunk/ChunkNoiseSampler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classstatic interfaceprivate static classprivate classprivate classprivate classclassprivate static interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<DensityFunction,DensityFunction> private final AquiferSamplerprivate final DensityFunctionTypes.Beardifyingprivate final Blenderprivate final ChunkNoiseSampler.BlockStateSamplerprivate final ChunkNoiseSampler.FlatCacheDensityFunctionprivate final ChunkNoiseSampler.FlatCacheDensityFunction(package private) long(package private) final List<ChunkNoiseSampler.CellCache>(package private) int(package private) int(package private) int(package private) final intprivate final DensityFunction.EachApplierprivate final GenerationShapeConfig(package private) final int(package private) final int(package private) final int(package private) intprivate final DensityFunction(package private) final List<ChunkNoiseSampler.NoiseInterpolator>(package private) boolean(package private) booleanprivate longprivate Blender.BlendResult(package private) final int(package private) long(package private) final int(package private) final intprivate int(package private) intprivate intprivate final intprivate final intprivate final Long2IntMap(package private) final int -
Constructor Summary
ConstructorsConstructorDescriptionChunkNoiseSampler(int horizontalCellCount, NoiseConfig noiseConfig, int startBlockX, int startBlockZ, GenerationShapeConfig generationShapeConfig, DensityFunctionTypes.Beardifying beardifying, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyEach(double[] densities, DensityFunction densityFunction) intblockX()intblockY()intblockZ()(package private) Blender.BlendResultcalculateBlendResult(int blockX, int blockZ) private intcalculateSurfaceHeightEstimate(long columnPos) static ChunkNoiseSamplercreate(Chunk chunk, NoiseConfig noiseConfig, DensityFunctionTypes.Beardifying beardifying, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) protected MultiNoiseUtil.MultiNoiseSamplercreateMultiNoiseSampler(NoiseRouter noiseRouter, List<MultiNoiseUtil.NoiseHypercube> spawnTarget) intestimateSurfaceHeight(int blockX, int blockZ) protected DensityFunctiongetActualDensityFunction(DensityFunction densityFunction) private DensityFunctiongetActualDensityFunctionImpl(DensityFunction densityFunction) protected intgetPosAt(int int2) protected intprotected @Nullable BlockStatevoidsampleEndNoise(int cellX) private voidsampleNoise(boolean start, int nextCellX) voidsampleNoiseCorners(int cellY, int cellZ) voidsampleNoiseX(int blockX, double cellDeltaX) voidsampleNoiseY(int blockY, double cellDeltaY) voidsampleNoiseZ(int blockZ, double cellDeltaZ) voidvoidvoid
-
Field Details
-
generationShapeConfig
- Mappings:
Namespace Name Mixin selector official aLdha;a:Ldhe;intermediary field_35674Lnet/minecraft/class_6568;field_35674:Lnet/minecraft/class_5309;named generationShapeConfigLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;generationShapeConfig:Lnet/minecraft/world/gen/chunk/GenerationShapeConfig;
-
horizontalCellCount
final int horizontalCellCount- Mappings:
Namespace Name Mixin selector official bLdha;b:Iintermediary field_34599Lnet/minecraft/class_6568;field_34599:Inamed horizontalCellCountLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;horizontalCellCount:I
-
cellHeight
final int cellHeight- Mappings:
Namespace Name Mixin selector official cLdha;c:Iintermediary field_34598Lnet/minecraft/class_6568;field_34598:Inamed cellHeightLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;cellHeight:I
-
minimumCellY
final int minimumCellY- Mappings:
Namespace Name Mixin selector official dLdha;d:Iintermediary field_34600Lnet/minecraft/class_6568;field_34600:Inamed minimumCellYLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;minimumCellY:I
-
startCellX
private final int startCellX- Mappings:
Namespace Name Mixin selector official eLdha;e:Iintermediary field_34601Lnet/minecraft/class_6568;field_34601:Inamed startCellXLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;startCellX:I
-
startCellZ
private final int startCellZ- Mappings:
Namespace Name Mixin selector official fLdha;f:Iintermediary field_34602Lnet/minecraft/class_6568;field_34602:Inamed startCellZLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;startCellZ:I
-
startBiomeX
final int startBiomeX- Mappings:
Namespace Name Mixin selector official gLdha;g:Iintermediary field_34603Lnet/minecraft/class_6568;field_34603:Inamed startBiomeXLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;startBiomeX:I
-
startBiomeZ
final int startBiomeZ- Mappings:
Namespace Name Mixin selector official hLdha;h:Iintermediary field_34604Lnet/minecraft/class_6568;field_34604:Inamed startBiomeZLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;startBiomeZ:I
-
interpolators
- Mappings:
Namespace Name Mixin selector official iLdha;i:Ljava/util/List;intermediary field_34605Lnet/minecraft/class_6568;field_34605:Ljava/util/List;named interpolatorsLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;interpolators:Ljava/util/List;
-
caches
- Mappings:
Namespace Name Mixin selector official jLdha;j:Ljava/util/List;intermediary field_36581Lnet/minecraft/class_6568;field_36581:Ljava/util/List;named cachesLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;caches:Ljava/util/List;
-
actualDensityFunctionCache
- Mappings:
Namespace Name Mixin selector official kLdha;k:Ljava/util/Map;intermediary field_36582Lnet/minecraft/class_6568;field_36582:Ljava/util/Map;named actualDensityFunctionCacheLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;actualDensityFunctionCache:Ljava/util/Map;
-
surfaceHeightEstimateCache
- Mappings:
Namespace Name Mixin selector official lLdha;l:Lit/unimi/dsi/fastutil/longs/Long2IntMap;intermediary field_36273Lnet/minecraft/class_6568;field_36273:Lit/unimi/dsi/fastutil/longs/Long2IntMap;named surfaceHeightEstimateCacheLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;surfaceHeightEstimateCache:Lit/unimi/dsi/fastutil/longs/Long2IntMap;
-
aquiferSampler
- Mappings:
Namespace Name Mixin selector official mLdha;m:Ldgi;intermediary field_34613Lnet/minecraft/class_6568;field_34613:Lnet/minecraft/class_6350;named aquiferSamplerLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;aquiferSampler:Lnet/minecraft/world/gen/chunk/AquiferSampler;
-
initialDensityWithoutJaggedness
- Mappings:
Namespace Name Mixin selector official nLdha;n:Ldgp;intermediary field_36583Lnet/minecraft/class_6568;field_36583:Lnet/minecraft/class_6910;named initialDensityWithoutJaggednessLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;initialDensityWithoutJaggedness:Lnet/minecraft/world/gen/densityfunction/DensityFunction;
-
blockStateSampler
- Mappings:
Namespace Name Mixin selector official oLdha;o:Ldha$c;intermediary field_36584Lnet/minecraft/class_6568;field_36584:Lnet/minecraft/class_6568$class_6569;named blockStateSamplerLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;blockStateSampler:Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$BlockStateSampler;
-
blender
- Mappings:
Namespace Name Mixin selector official pLdha;p:Ldhy;intermediary field_35487Lnet/minecraft/class_6568;field_35487:Lnet/minecraft/class_6748;named blenderLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;blender:Lnet/minecraft/world/gen/chunk/Blender;
-
cachedBlendAlphaDensityFunction
- Mappings:
Namespace Name Mixin selector official qLdha;q:Ldha$g;intermediary field_36585Lnet/minecraft/class_6568;field_36585:Lnet/minecraft/class_6568$class_6951;named cachedBlendAlphaDensityFunctionLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;cachedBlendAlphaDensityFunction:Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$FlatCacheDensityFunction;
-
cachedBlendOffsetDensityFunction
- Mappings:
Namespace Name Mixin selector official rLdha;r:Ldha$g;intermediary field_36586Lnet/minecraft/class_6568;field_36586:Lnet/minecraft/class_6568$class_6951;named cachedBlendOffsetDensityFunctionLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;cachedBlendOffsetDensityFunction:Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$FlatCacheDensityFunction;
-
beardifying
- Mappings:
Namespace Name Mixin selector official sLdha;s:Ldgq$c;intermediary field_37113Lnet/minecraft/class_6568;field_37113:Lnet/minecraft/class_6916$class_7050;named beardifyingLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;beardifying:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifying;
-
lastBlendingColumnPos
private long lastBlendingColumnPos- Mappings:
Namespace Name Mixin selector official tLdha;t:Jintermediary field_36587Lnet/minecraft/class_6568;field_36587:Jnamed lastBlendingColumnPosLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;lastBlendingColumnPos:J
-
lastBlendingResult
- Mappings:
Namespace Name Mixin selector official uLdha;u:Ldhy$a;intermediary field_36588Lnet/minecraft/class_6568;field_36588:Lnet/minecraft/class_6748$class_6956;named lastBlendingResultLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;lastBlendingResult:Lnet/minecraft/world/gen/chunk/Blender$BlendResult;
-
horizontalBiomeEnd
final int horizontalBiomeEnd- Mappings:
Namespace Name Mixin selector official vLdha;v:Iintermediary field_36589Lnet/minecraft/class_6568;field_36589:Inamed horizontalBiomeEndLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;horizontalBiomeEnd:I
-
horizontalCellSize
final int horizontalCellSize- Mappings:
Namespace Name Mixin selector official wLdha;w:Iintermediary field_36590Lnet/minecraft/class_6568;field_36590:Inamed horizontalCellSizeLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;horizontalCellSize:I
-
verticalCellSize
final int verticalCellSize- Mappings:
Namespace Name Mixin selector official xLdha;x:Iintermediary field_36591Lnet/minecraft/class_6568;field_36591:Inamed verticalCellSizeLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;verticalCellSize:I
-
isInInterpolationLoop
boolean isInInterpolationLoop- Mappings:
Namespace Name Mixin selector official yLdha;y:Zintermediary field_36592Lnet/minecraft/class_6568;field_36592:Znamed isInInterpolationLoopLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;isInInterpolationLoop:Z
-
isSamplingNoise
boolean isSamplingNoise- Mappings:
Namespace Name Mixin selector official zLdha;z:Zintermediary field_36593Lnet/minecraft/class_6568;field_36593:Znamed isSamplingNoiseLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;isSamplingNoise:Z
-
startBlockX
private int startBlockX- Mappings:
Namespace Name Mixin selector official ALdha;A:Iintermediary field_36594Lnet/minecraft/class_6568;field_36594:Inamed startBlockXLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;startBlockX:I
-
startBlockY
int startBlockY- Mappings:
Namespace Name Mixin selector official BLdha;B:Iintermediary field_36572Lnet/minecraft/class_6568;field_36572:Inamed startBlockYLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;startBlockY:I
-
startBlockZ
private int startBlockZ- Mappings:
Namespace Name Mixin selector official CLdha;C:Iintermediary field_36573Lnet/minecraft/class_6568;field_36573:Inamed startBlockZLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;startBlockZ:I
-
cellBlockX
int cellBlockX- Mappings:
Namespace Name Mixin selector official DLdha;D:Iintermediary field_36574Lnet/minecraft/class_6568;field_36574:Inamed cellBlockXLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;cellBlockX:I
-
cellBlockY
int cellBlockY- Mappings:
Namespace Name Mixin selector official ELdha;E:Iintermediary field_36575Lnet/minecraft/class_6568;field_36575:Inamed cellBlockYLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;cellBlockY:I
-
cellBlockZ
int cellBlockZ- Mappings:
Namespace Name Mixin selector official FLdha;F:Iintermediary field_36576Lnet/minecraft/class_6568;field_36576:Inamed cellBlockZLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;cellBlockZ:I
-
sampleUniqueIndex
long sampleUniqueIndex- Mappings:
Namespace Name Mixin selector official GLdha;G:Jintermediary field_36577Lnet/minecraft/class_6568;field_36577:Jnamed sampleUniqueIndexLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleUniqueIndex:J
-
cacheOnceUniqueIndex
long cacheOnceUniqueIndex- Mappings:
Namespace Name Mixin selector official HLdha;H:Jintermediary field_36578Lnet/minecraft/class_6568;field_36578:Jnamed cacheOnceUniqueIndexLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;cacheOnceUniqueIndex:J
-
index
int index- Mappings:
Namespace Name Mixin selector official ILdha;I:Iintermediary field_36579Lnet/minecraft/class_6568;field_36579:Inamed indexLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;index:I
-
eachApplier
- Mappings:
Namespace Name Mixin selector official JLdha;J:Ldgp$a;intermediary field_36580Lnet/minecraft/class_6568;field_36580:Lnet/minecraft/class_6910$class_6911;named eachApplierLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;eachApplier:Lnet/minecraft/world/gen/densityfunction/DensityFunction$EachApplier;
-
-
Constructor Details
-
ChunkNoiseSampler
public ChunkNoiseSampler(int horizontalCellCount, NoiseConfig noiseConfig, int startBlockX, int startBlockZ, GenerationShapeConfig generationShapeConfig, DensityFunctionTypes.Beardifying beardifying, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) - Mappings:
Namespace Name Mixin selector official <init>Ldha;<init>(ILdhk;IILdhe;Ldgq$c;Ldhb;Ldgi$a;Ldhy;)Vintermediary <init>Lnet/minecraft/class_6568;<init>(ILnet/minecraft/class_7138;IILnet/minecraft/class_5309;Lnet/minecraft/class_6916$class_7050;Lnet/minecraft/class_5284;Lnet/minecraft/class_6350$class_6565;Lnet/minecraft/class_6748;)Vnamed <init>Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler;<init>(ILnet/minecraft/world/gen/noise/NoiseConfig;IILnet/minecraft/world/gen/chunk/GenerationShapeConfig;Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifying;Lnet/minecraft/world/gen/chunk/ChunkGeneratorSettings;Lnet/minecraft/world/gen/chunk/AquiferSampler$FluidLevelSampler;Lnet/minecraft/world/gen/chunk/Blender;)V
-
-
Method Details
-
create
public static ChunkNoiseSampler create(Chunk chunk, NoiseConfig noiseConfig, DensityFunctionTypes.Beardifying beardifying, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) - Mappings:
Namespace Name Mixin selector official aLdha;a(Lddk;Ldhk;Ldgq$c;Ldhb;Ldgi$a;Ldhy;)Ldha;intermediary method_39543Lnet/minecraft/class_6568;method_39543(Lnet/minecraft/class_2791;Lnet/minecraft/class_7138;Lnet/minecraft/class_6916$class_7050;Lnet/minecraft/class_5284;Lnet/minecraft/class_6350$class_6565;Lnet/minecraft/class_6748;)Lnet/minecraft/class_6568;named createLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;create(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/gen/noise/NoiseConfig;Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifying;Lnet/minecraft/world/gen/chunk/ChunkGeneratorSettings;Lnet/minecraft/world/gen/chunk/AquiferSampler$FluidLevelSampler;Lnet/minecraft/world/gen/chunk/Blender;)Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler;
-
createMultiNoiseSampler
protected MultiNoiseUtil.MultiNoiseSampler createMultiNoiseSampler(NoiseRouter noiseRouter, List<MultiNoiseUtil.NoiseHypercube> spawnTarget) - Mappings:
Namespace Name Mixin selector official aLdha;a(Ldhc;Ljava/util/List;)Lcnn$f;intermediary method_40531Lnet/minecraft/class_6568;method_40531(Lnet/minecraft/class_6953;Ljava/util/List;)Lnet/minecraft/class_6544$class_6552;named createMultiNoiseSamplerLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;createMultiNoiseSampler(Lnet/minecraft/world/gen/noise/NoiseRouter;Ljava/util/List;)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;
-
sampleBlockState
- Mappings:
Namespace Name Mixin selector official eLdha;e()Ldbn;intermediary method_40536Lnet/minecraft/class_6568;method_40536()Lnet/minecraft/class_2680;named sampleBlockStateLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleBlockState()Lnet/minecraft/block/BlockState;
-
blockX
public int blockX()- Specified by:
blockXin interfaceDensityFunction.NoisePos- Mappings:
Namespace Name Mixin selector official aLdgp$b;a()Iintermediary comp_371Lnet/minecraft/class_6910$class_6912;comp_371()Inamed blockXLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockX()I
-
blockY
public int blockY()- Specified by:
blockYin interfaceDensityFunction.NoisePos- Mappings:
Namespace Name Mixin selector official bLdgp$b;b()Iintermediary comp_372Lnet/minecraft/class_6910$class_6912;comp_372()Inamed blockYLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockY()I
-
blockZ
public int blockZ()- Specified by:
blockZin interfaceDensityFunction.NoisePos- Mappings:
Namespace Name Mixin selector official cLdgp$b;c()Iintermediary comp_373Lnet/minecraft/class_6910$class_6912;comp_373()Inamed blockZLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockZ()I
-
estimateSurfaceHeight
public int estimateSurfaceHeight(int blockX, int blockZ) - Mappings:
Namespace Name Mixin selector official aLdha;a(II)Iintermediary method_39900Lnet/minecraft/class_6568;method_39900(II)Inamed estimateSurfaceHeightLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;estimateSurfaceHeight(II)I
-
calculateSurfaceHeightEstimate
private int calculateSurfaceHeightEstimate(long columnPos) - Mappings:
Namespace Name Mixin selector official aLdha;a(J)Iintermediary method_39899Lnet/minecraft/class_6568;method_39899(J)Inamed calculateSurfaceHeightEstimateLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;calculateSurfaceHeightEstimate(J)I
-
getBlender
- Specified by:
getBlenderin interfaceDensityFunction.NoisePos- Mappings:
Namespace Name Mixin selector official dLdgp$b;d()Ldhy;intermediary method_39327Lnet/minecraft/class_6910$class_6912;method_39327()Lnet/minecraft/class_6748;named getBlenderLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;getBlender()Lnet/minecraft/world/gen/chunk/Blender;
-
sampleNoise
private void sampleNoise(boolean start, int nextCellX) - Mappings:
Namespace Name Mixin selector official aLdha;a(ZI)Vintermediary method_40532Lnet/minecraft/class_6568;method_40532(ZI)Vnamed sampleNoiseLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleNoise(ZI)V
-
sampleStartNoise
public void sampleStartNoise()- Mappings:
Namespace Name Mixin selector official fLdha;f()Vintermediary method_38336Lnet/minecraft/class_6568;method_38336()Vnamed sampleStartNoiseLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleStartNoise()V
-
sampleEndNoise
public void sampleEndNoise(int cellX) - Mappings:
Namespace Name Mixin selector official bLdha;b(I)Vintermediary method_38339Lnet/minecraft/class_6568;method_38339(I)Vnamed sampleEndNoiseLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleEndNoise(I)V
-
getPosAt
- Specified by:
getPosAtin interfaceDensityFunction.EachApplier- Mappings:
Namespace Name Mixin selector official cLdha;c(I)Ldha;intermediary method_40534Lnet/minecraft/class_6568;method_40534(I)Lnet/minecraft/class_6568;named getPosAtLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;getPosAt(I)Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler;
-
applyEach
- Specified by:
applyEachin interfaceDensityFunction.EachApplier- Mappings:
Namespace Name Mixin selector official aLdgp$a;a([DLdgp;)Vintermediary method_40478Lnet/minecraft/class_6910$class_6911;method_40478([DLnet/minecraft/class_6910;)Vnamed applyEachLnet/minecraft/world/gen/densityfunction/DensityFunction$EachApplier;applyEach([DLnet/minecraft/world/gen/densityfunction/DensityFunction;)V
-
sampleNoiseCorners
public void sampleNoiseCorners(int cellY, int cellZ) - Mappings:
Namespace Name Mixin selector official bLdha;b(II)Vintermediary method_38362Lnet/minecraft/class_6568;method_38362(II)Vnamed sampleNoiseCornersLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleNoiseCorners(II)V
-
sampleNoiseY
public void sampleNoiseY(int blockY, double cellDeltaY) - Mappings:
Namespace Name Mixin selector official aLdha;a(ID)Vintermediary method_38337Lnet/minecraft/class_6568;method_38337(ID)Vnamed sampleNoiseYLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleNoiseY(ID)V
-
sampleNoiseX
public void sampleNoiseX(int blockX, double cellDeltaX) - Mappings:
Namespace Name Mixin selector official bLdha;b(ID)Vintermediary method_38349Lnet/minecraft/class_6568;method_38349(ID)Vnamed sampleNoiseXLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleNoiseX(ID)V
-
sampleNoiseZ
public void sampleNoiseZ(int blockZ, double cellDeltaZ) - Mappings:
Namespace Name Mixin selector official cLdha;c(ID)Vintermediary method_38355Lnet/minecraft/class_6568;method_38355(ID)Vnamed sampleNoiseZLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;sampleNoiseZ(ID)V
-
stopInterpolation
public void stopInterpolation()- Mappings:
Namespace Name Mixin selector official gLdha;g()Vintermediary method_40537Lnet/minecraft/class_6568;method_40537()Vnamed stopInterpolationLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;stopInterpolation()V
-
swapBuffers
public void swapBuffers()- Mappings:
Namespace Name Mixin selector official hLdha;h()Vintermediary method_38348Lnet/minecraft/class_6568;method_38348()Vnamed swapBuffersLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;swapBuffers()V
-
getAquiferSampler
- Mappings:
Namespace Name Mixin selector official iLdha;i()Ldgi;intermediary method_38354Lnet/minecraft/class_6568;method_38354()Lnet/minecraft/class_6350;named getAquiferSamplerLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;getAquiferSampler()Lnet/minecraft/world/gen/chunk/AquiferSampler;
-
getHorizontalCellSize
protected int getHorizontalCellSize()- Mappings:
Namespace Name Mixin selector official jLdha;j()Iintermediary method_42361Lnet/minecraft/class_6568;method_42361()Inamed getHorizontalCellSizeLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;getHorizontalCellSize()I
-
getVerticalCellSize
protected int getVerticalCellSize()- Mappings:
Namespace Name Mixin selector official kLdha;k()Iintermediary method_42362Lnet/minecraft/class_6568;method_42362()Inamed getVerticalCellSizeLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;getVerticalCellSize()I
-
calculateBlendResult
- Mappings:
Namespace Name Mixin selector official cLdha;c(II)Ldhy$a;intermediary method_40535Lnet/minecraft/class_6568;method_40535(II)Lnet/minecraft/class_6748$class_6956;named calculateBlendResultLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;calculateBlendResult(II)Lnet/minecraft/world/gen/chunk/Blender$BlendResult;
-
getActualDensityFunction
- Mappings:
Namespace Name Mixin selector official aLdha;a(Ldgp;)Ldgp;intermediary method_40529Lnet/minecraft/class_6568;method_40529(Lnet/minecraft/class_6910;)Lnet/minecraft/class_6910;named getActualDensityFunctionLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;getActualDensityFunction(Lnet/minecraft/world/gen/densityfunction/DensityFunction;)Lnet/minecraft/world/gen/densityfunction/DensityFunction;
-
getActualDensityFunctionImpl
- Mappings:
Namespace Name Mixin selector official bLdha;b(Ldgp;)Ldgp;intermediary method_40533Lnet/minecraft/class_6568;method_40533(Lnet/minecraft/class_6910;)Lnet/minecraft/class_6910;named getActualDensityFunctionImplLnet/minecraft/world/gen/chunk/ChunkNoiseSampler;getActualDensityFunctionImpl(Lnet/minecraft/world/gen/densityfunction/DensityFunction;)Lnet/minecraft/world/gen/densityfunction/DensityFunction;
-