net.minecraft.world.level.levelgen.feature.stateproviders

public class NoiseThresholdProvider

extends NoiseBasedStateProvider

dib
net.minecraft.world.level.levelgen.feature.stateproviders.NoiseThresholdProvider
net.minecraft.class_6581
net.minecraft.world.gen.stateprovider.NoiseThresholdBlockStateProvider
net.minecraft.src.C_182998_
net.minecraft.world.level.levelgen.feature.stateproviders.NoiseThresholdProvider

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<NoiseThresholdProvider>
b
CODEC
field_34713
CODEC
f_191463_
private final float
g
threshold
field_34714
threshold
f_191464_
private final float
h
highChance
field_34715
highChance
f_191465_
private final BlockState
i
defaultState
field_34716
defaultState
f_191466_
private final List<BlockState>
j
lowStates
field_34717
lowStates
f_191467_
private final List<BlockState>
k
highStates
field_34718
highStates
f_191468_

Constructor summary

ModifierConstructor
public (long seed, NormalNoise$NoiseParameters noiseParameters, float scale, float threshold, float highChance, BlockState defaultState, List<BlockState> lowStates, List<BlockState> highStates)

Method summary

Modifier and TypeMethod
protected BlockStateProviderType<?>
a()
type()
method_28862()
getType()
m_5923_()
public BlockState
a(amn arg0, gt arg1)
getState(RandomSource arg0, BlockPos arg1)
method_23455(class_5819 arg0, class_2338 arg1)
getBlockState(Random arg0, BlockPos arg1)
m_213972_(C_212974_ p_225917_, C_4675_ arg1)