Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.UnderwaterMagmaConfiguration
Package
Description
-
Uses of UnderwaterMagmaConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final Feature<UnderwaterMagmaConfiguration>
Feature.UNDERWATER_MAGMA
Modifier and TypeMethodDescriptionprivate static OptionalInt
UnderwaterMagmaFeature.getFloorY
(WorldGenLevel p_160565_, BlockPos p_160566_, UnderwaterMagmaConfiguration p_160567_) Modifier and TypeMethodDescriptionboolean
UnderwaterMagmaFeature.place
(FeaturePlaceContext<UnderwaterMagmaConfiguration> p_160569_) ModifierConstructorDescriptionUnderwaterMagmaFeature
(com.mojang.serialization.Codec<UnderwaterMagmaConfiguration> p_160560_) -
Uses of UnderwaterMagmaConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<UnderwaterMagmaConfiguration>
UnderwaterMagmaConfiguration.CODEC