Class BiasedToBottomHeight
java.lang.Object
net.minecraft.world.level.levelgen.heightproviders.HeightProvider
net.minecraft.world.level.levelgen.heightproviders.BiasedToBottomHeight
-
Field Summary
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<BiasedToBottomHeight>
private int
private static org.apache.logging.log4j.Logger
private VerticalAnchor
private 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(Random p_161938_, WorldGenerationContext p_161939_)
toString()
-
Field Details
-
CODEC
-
LOGGER
private static final org.apache.logging.log4j.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
-