net.minecraft.world.gen.heightprovider

public class VeryBiasedToBottomHeightProvider

extends HeightProvider

net.minecraft.world.level.levelgen.heightproviders.VeryBiasedToBottomHeight
net.minecraft.world.level.levelgen.heightproviders.VeryBiasedToBottomHeight
net.minecraft.class_6343
net.minecraft.world.gen.heightprovider.VeryBiasedToBottomHeightProvider

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<VeryBiasedToBottomHeightProvider>
CODEC
CODEC
field_33527
CODEC
private static final org.slf4j.Logger
LOGGER
LOGGER
field_33528
LOGGER
private final YOffset
minInclusive
minInclusive
field_33529
minOffset
private final YOffset
maxInclusive
maxInclusive
field_33530
maxOffset
private final int
inner
inner
field_33531
inner

Constructor summary

ModifierConstructor
private (YOffset minOffset, YOffset maxOffset, int inner)

Method summary

Modifier and TypeMethod
public static VeryBiasedToBottomHeightProvider
of(VerticalAnchor minInclusive, VerticalAnchor maxInclusive, int offset)
of(VerticalAnchor minInclusive, VerticalAnchor maxInclusive, int offset)
method_36313(class_5843 arg0, class_5843 arg1, int arg2)
create(YOffset minOffset, YOffset maxOffset, int inner)
public int
sample(RandomSource random, WorldGenerationContext context)
sample(RandomSource random, WorldGenerationContext context)
method_35391(class_5819 arg0, class_5868 arg1)
get(Random arg0, HeightContext arg1)
public HeightProviderType<?>
getType()
getType()
method_35388()
getType()