Class BiasedToBottomHeight
java.lang.Object
net.minecraft.world.level.levelgen.heightproviders.HeightProvider
net.minecraft.world.level.levelgen.heightproviders.BiasedToBottomHeight
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiasedToBottomHeight>
private final int
private static final org.slf4j.Logger
private final VerticalAnchor
private final VerticalAnchor
-
Constructor Summary
ModifierConstructorDescriptionprivate
BiasedToBottomHeight
(VerticalAnchor p_161925_, VerticalAnchor p_161926_, int p_161927_) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
static BiasedToBottomHeight
of
(VerticalAnchor p_161932_, VerticalAnchor p_161933_, int p_161934_) int
sample
(RandomSource p_226297_, WorldGenerationContext p_226298_) toString()
-
Field Details
-
CODEC
-
LOGGER
private static final org.slf4j.Logger LOGGER -
minInclusive
-
maxInclusive
-
inner
private final int inner
-
-
Constructor Details
-
BiasedToBottomHeight
-
-
Method Details
-
of
public static BiasedToBottomHeight of(VerticalAnchor p_161932_, VerticalAnchor p_161933_, int p_161934_) -
sample
- Specified by:
sample
in classHeightProvider
-
getType
- Specified by:
getType
in classHeightProvider
-
toString
-