net.minecraft.world.level.levelgen

public class NoiseInterpolator

cpv
net.minecraft.world.level.levelgen.NoiseInterpolator
net.minecraft.class_5917
net.minecraft.world.gen.NoiseInterpolator
net.minecraft.src.C_141337_
net.minecraft.world.level.levelgen.NoiseInterpolator

Field summary

Modifier and TypeField
private double[][]
a
slice0
field_29227
startNoiseBuffer
f_158572_
private double[][]
b
slice1
field_29228
endNoiseBuffer
f_158573_
private final int
c
cellCountY
field_29229
sizeY
f_158574_
private final int
d
cellCountZ
field_29230
sizeZ
f_158575_
private final int
e
cellNoiseMinY
field_29231
minY
f_158576_
private final NoiseInterpolator$NoiseColumnFiller
f
noiseColumnFiller
field_29232
columnSampler
f_158577_
private double
g
noise000
field_29233
x0y0z0
f_158578_
private double
h
noise001
field_29234
x0y0z1
f_158579_
private double
i
noise100
field_29235
x1y0z0
f_158580_
private double
j
noise101
field_29236
x1y0z1
f_158581_
private double
k
noise010
field_29237
x0y1z0
f_158582_
private double
l
noise011
field_29238
x0y1z1
f_158583_
private double
m
noise110
field_29239
x1y1z0
f_158584_
private double
n
noise111
field_29240
x1y1z1
f_158585_
private double
o
valueXZ00
field_29241
x0z0
f_158586_
private double
p
valueXZ10
field_29242
x1z0
f_158587_
private double
q
valueXZ01
field_29243
x0z1
f_158588_
private double
r
valueXZ11
field_29244
x1z1
f_158589_
private double
s
valueZ0
field_29245
z0
f_158590_
private double
t
valueZ1
field_29246
z1
f_158591_
private final int
u
firstCellXInChunk
field_29247
startX
f_158592_
private final int
v
firstCellZInChunk
field_29248
startZ
f_158593_

Constructor summary

ModifierConstructor
public (int sizeX, int sizeY, int sizeZ, ChunkPos pos, int minY, NoiseInterpolator$NoiseColumnFiller columnSampler)

Method summary

Modifier and TypeMethod
private static double[][]
b(int arg0, int arg1)
allocateSlice(int arg0, int arg1)
method_34293(int arg0, int arg1)
createBuffer(int sizeY, int sizeZ)
m_158615_(int p_158616_, int p_158617_)
public void
a()
initializeForFirstCellX()
method_34286()
sampleStartNoise()
m_158601_()
public void
a(int arg0)
advanceCellX(int arg0)
method_34288(int arg0)
sampleEndNoise(int x)
m_158604_(int arg0)
private void
a(double[][] arg0, int arg1)
fillSlice(double[][] arg0, int arg1)
method_34290(double[][] arg0, int arg1)
sampleNoise(double[][] buffer, int noiseX)
m_158609_(double[][] p_158611_, int arg1)
public void
a(int arg0, int arg1)
selectCellYZ(int arg0, int arg1)
method_34289(int arg0, int arg1)
sampleNoiseCorners(int noiseY, int noiseZ)
m_158606_(int p_158608_, int arg1)
public void
a(double arg0)
updateForY(double arg0)
method_34287(double arg0)
sampleNoiseY(double deltaY)
m_158602_(double arg0)
public void
b(double arg0)
updateForX(double arg0)
method_34292(double arg0)
sampleNoiseX(double deltaX)
m_158613_(double arg0)
public double
c(double arg0)
calculateValue(double arg0)
method_34294(double arg0)
sampleNoise(double deltaZ)
m_158618_(double arg0)
public void
b()
swapSlices()
method_34291()
swapBuffers()
m_158612_()