net.minecraft.world.level.levelgen

record DensityFunctions$RangeChoice

implements DensityFunction

edk$q
net.minecraft.world.level.levelgen.DensityFunctions$RangeChoice
net.minecraft.class_6916$class_6933
net.minecraft.world.gen.densityfunction.DensityFunctionTypes$RangeChoice
net.minecraft.world.level.levelgen.DensityFunctions$q

Field summary

Modifier and TypeField
private final DensityFunction
f
input
comp_390
input
private final double
g
minInclusive
comp_391
minInclusive
private final double
h
maxExclusive
comp_392
maxExclusive
private final DensityFunction
i
whenInRange
comp_393
whenInRange
private final DensityFunction
j
whenOutOfRange
comp_394
whenOutOfRange
public static final com.mojang.serialization.MapCodec<DensityFunctions$RangeChoice>
a
DATA_CODEC
field_37092
RANGE_CHOICE_CODEC
public static final KeyDispatchDataCodec<DensityFunctions$RangeChoice>
e
CODEC
field_37093
CODEC_HOLDER

Constructor summary

ModifierConstructor
(DensityFunction arg0, double arg1, double arg2, DensityFunction arg3, DensityFunction arg4)

Method summary

Modifier and TypeMethod
public double
a(edj$b arg0)
compute(DensityFunction$FunctionContext arg0)
method_40464(class_6910$class_6912 arg0)
sample(DensityFunction$NoisePos arg0)
public void
a(double[] arg0, edj$a arg1)
fillArray(double[] arg0, DensityFunction$ContextProvider arg1)
method_40470(double[] arg0, class_6910$class_6911 arg1)
fill(double[] arg0, DensityFunction$EachApplier arg1)
public DensityFunction
a(edj$f arg0)
mapAll(DensityFunction$Visitor arg0)
method_40469(class_6910$class_6915 arg0)
apply(DensityFunction$DensityFunctionVisitor arg0)
public double
a()
minValue()
comp_377()
minValue()
public double
b()
maxValue()
comp_378()
maxValue()
public KeyDispatchDataCodec<? extends DensityFunction>
c()
codec()
method_41062()
getCodecHolder()
public DensityFunction
j()
input()
comp_390()
input()
public double
k()
minInclusive()
comp_391()
minInclusive()
public double
l()
maxExclusive()
comp_392()
maxExclusive()
public DensityFunction
m()
whenInRange()
comp_393()
whenInRange()
public DensityFunction
n()
whenOutOfRange()
comp_394()
whenOutOfRange()