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

public class NoiseThresholdProvider

extends NoiseBasedStateProvider

elg
net.minecraft.world.level.levelgen.feature.stateproviders.NoiseThresholdProvider
net.minecraft.class_6581
net.minecraft.world.gen.stateprovider.NoiseThresholdBlockStateProvider
net.minecraft.world.level.levelgen.feature.stateproviders.NoiseThresholdProvider

Field summary

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

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()
public BlockState
a(bam arg0, jh arg1)
getState(RandomSource arg0, BlockPos arg1)
method_23455(class_5819 arg0, class_2338 arg1)
get(Random arg0, BlockPos arg1)