net.minecraft.world.level.levelgen.synth

public class SimplexNoise

dzs
net.minecraft.world.level.levelgen.synth.SimplexNoise
net.minecraft.class_3541
net.minecraft.util.math.noise.SimplexNoiseSampler
net.minecraft.src.C_2666_
net.minecraft.world.level.levelgen.synth.NoiseGenerator3Handler

Field summary

Modifier and TypeField
protected static final int[][]
a
GRADIENT
field_15766
GRADIENTS
f_75453_
private static final double
e
SQRT_3
field_15764
SQRT_3
f_75457_
private static final double
f
F2
field_15768
SKEW_FACTOR_2D
f_75458_
private static final double
g
G2
field_15767
UNSKEW_FACTOR_2D
f_75459_
private final int[]
h
p
field_15765
permutation
f_75460_
public final double
b
xo
field_15763
originX
f_75454_
public final double
c
yo
field_15762
originY
f_75455_
public final double
d
zo
field_15761
originZ
f_75456_

Constructor summary

ModifierConstructor
public (RandomSource random)

Method summary

Modifier and TypeMethod
private int
a(int arg0)
p(int arg0)
method_16456(int arg0)
map(int input)
m_75471_(int arg0)
protected static double
a(int[] arg0, double arg1, double arg2, double arg3)
dot(int[] arg0, double arg1, double arg2, double arg3)
method_15431(int[] arg0, double arg1, double arg2, double arg3)
dot(int[] gradient, double x, double y, double z)
m_75479_(int[] p_75480_, double p_75481_, double p_75483_, double arg3)
private double
a(int arg0, double arg1, double arg2, double arg3, double arg4)
getCornerNoise3D(int arg0, double arg1, double arg2, double arg3, double arg4)
method_16455(int arg0, double arg1, double arg2, double arg3, double arg4)
grad(int hash, double x, double y, double z, double distance)
m_75473_(int p_75475_, double p_75476_, double p_75478_, double arg3, double arg4)
public double
a(double arg0, double arg1)
getValue(double arg0, double arg1)
method_15433(double arg0, double arg1)
sample(double x, double y)
m_75464_(double p_75466_, double arg1)
public double
a(double arg0, double arg1, double arg2)
getValue(double arg0, double arg1, double arg2)
method_22416(double arg0, double arg1, double arg2)
sample(double x, double y, double z)
m_75467_(double p_75469_, double arg1, double arg2)