net.minecraft.world.level.levelgen

public class NoiseInterpolator

cpv
net.minecraft.world.level.levelgen.NoiseInterpolator
net.minecraft.class_5917
net.minecraft.unmapped.C_fxdkqigj
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
f_flngyxul
startNoiseBuffer
f_158572_
private double[][]
b
slice1
field_29228
f_zdnfkwpz
endNoiseBuffer
f_158573_
private final int
c
cellCountY
field_29229
f_nppfxxof
sizeY
f_158574_
private final int
d
cellCountZ
field_29230
f_ouboxwfr
sizeZ
f_158575_
private final int
e
cellNoiseMinY
field_29231
f_zvgpftti
minY
f_158576_
private final NoiseInterpolator$NoiseColumnFiller
f
noiseColumnFiller
field_29232
f_xciwkpuc
columnSampler
f_158577_
private double
g
noise000
field_29233
f_xxnmisdn
x0y0z0
f_158578_
private double
h
noise001
field_29234
f_bvbshrzu
x0y0z1
f_158579_
private double
i
noise100
field_29235
f_cdxjktnr
x1y0z0
f_158580_
private double
j
noise101
field_29236
f_htdapqub
x1y0z1
f_158581_
private double
k
noise010
field_29237
f_guujyndj
x0y1z0
f_158582_
private double
l
noise011
field_29238
f_tqobzvml
x0y1z1
f_158583_
private double
m
noise110
field_29239
f_tujqefer
x1y1z0
f_158584_
private double
n
noise111
field_29240
f_ddemplsp
x1y1z1
f_158585_
private double
o
valueXZ00
field_29241
f_pgicfdmq
x0z0
f_158586_
private double
p
valueXZ10
field_29242
f_qdmabjos
x1z0
f_158587_
private double
q
valueXZ01
field_29243
f_jpaxwftz
x0z1
f_158588_
private double
r
valueXZ11
field_29244
f_gpierdll
x1z1
f_158589_
private double
s
valueZ0
field_29245
f_mafcoccc
z0
f_158590_
private double
t
valueZ1
field_29246
f_vfwacdbm
z1
f_158591_
private final int
u
firstCellXInChunk
field_29247
f_nqcniogq
startX
f_158592_
private final int
v
firstCellZInChunk
field_29248
f_qivtaest
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)
m_wkattjie(int arg0, int arg1)
createBuffer(int sizeY, int sizeZ)
m_158615_(int p_158616_, int p_158617_)
public void
a()
initializeForFirstCellX()
method_34286()
m_zncotcba()
sampleStartNoise()
m_158601_()
public void
a(int arg0)
advanceCellX(int arg0)
method_34288(int arg0)
m_kylxofyv(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)
m_panbdjoc(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)
m_dmhbbigc(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)
m_niclghsz(double arg0)
sampleNoiseY(double deltaY)
m_158602_(double arg0)
public void
b(double arg0)
updateForX(double arg0)
method_34292(double arg0)
m_kafielar(double arg0)
sampleNoiseX(double deltaX)
m_158613_(double arg0)
public double
c(double arg0)
calculateValue(double arg0)
method_34294(double arg0)
m_uxkzzamv(double arg0)
sampleNoise(double deltaZ)
m_158618_(double arg0)
public void
b()
swapSlices()
method_34291()
m_rqizvtjl()
swapBuffers()
m_158612_()