net.minecraft.world.gen.chunk

public class ChunkNoiseSampler$DensityInterpolator

implements ChunkNoiseSampler$ParentedNoiseType, DensityFunctionTypes$Wrapper

net.minecraft.world.level.levelgen.NoiseChunk$NoiseInterpolator
net.minecraft.class_6568$class_5917
net.minecraft.world.gen.chunk.ChunkNoiseSampler$DensityInterpolator

Field summary

Modifier and TypeField
private double[][]
slice0
field_29227
startDensityBuffer
private double[][]
slice1
field_29228
endDensityBuffer
private final DensityFunction
noiseFiller
field_34623
delegate
private double
noise000
field_29233
x0y0z0
private double
noise001
field_29234
x0y0z1
private double
noise100
field_29235
x1y0z0
private double
noise101
field_29236
x1y0z1
private double
noise010
field_29237
x0y1z0
private double
noise011
field_29238
x0y1z1
private double
noise110
field_29239
x1y1z0
private double
noise111
field_29240
x1y1z1
private double
valueXZ00
field_29241
x0z0
private double
valueXZ10
field_29242
x1z0
private double
valueXZ01
field_29243
x0z1
private double
valueXZ11
field_29244
x1z1
private double
valueZ0
field_29245
z0
private double
valueZ1
field_29246
z1
private double
value
field_34624
result
final ChunkNoiseSampler
this$0
field_34622
field_34622

Constructor summary

ModifierConstructor
private (ChunkNoiseSampler this$0, DensityFunction delegate)

Method summary

Modifier and TypeMethod
private double[][]
allocateSlice(int cellCountY, int cellCountZ)
method_34293(int arg0, int arg1)
createBuffer(int sizeZ, int sizeX)
private void
selectCellYZ(int cellYIndex, int cellZIndex)
method_34289(int arg0, int arg1)
onSampledCellCorners(int cellY, int cellZ)
private void
updateForY(double factorY)
method_34287(double arg0)
interpolateY(double deltaY)
private void
updateForX(double factorX)
method_34292(double arg0)
interpolateX(double deltaX)
private void
updateForZ(double factorZ)
method_38363(double arg0)
interpolateZ(double deltaZ)
public double
compute(DensityFunction$FunctionContext context)
method_40464(class_6910$class_6912 arg0)
sample(DensityFunction$NoisePos arg0)
public void
fillArray(double[] output, DensityFunction$ContextProvider contextProvider)
method_40470(double[] arg0, class_6910$class_6911 arg1)
fill(double[] arg0, DensityFunction$EachApplier arg1)
public DensityFunction
wrapped()
comp_469()
wrapped()
private void
swapSlices()
method_34291()
swapBuffers()
public DensityFunctionTypes$Wrapping$Type
type()
comp_383()
type()