Class UniformHeight
java.lang.Object
net.minecraft.world.level.levelgen.heightproviders.HeightProvider
net.minecraft.world.level.levelgen.heightproviders.UniformHeight
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<UniformHeight>private static org.apache.logging.log4j.Loggerprivate VerticalAnchorprivate VerticalAnchor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateUniformHeight(VerticalAnchor p_162029_, VerticalAnchor p_162030_) -
Method Summary
Modifier and TypeMethodDescriptiongetType()static UniformHeightof(VerticalAnchor p_162035_, VerticalAnchor p_162036_)intsample(Random p_162040_, WorldGenerationContext p_162041_)toString()
-
Field Details
-
CODEC
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
minInclusive
-
maxInclusive
-
-
Constructor Details
-
UniformHeight
-
-
Method Details
-
of
-
sample
- Specified by:
samplein classHeightProvider
-
getType
- Specified by:
getTypein classHeightProvider
-
toString
-