Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.UnderwaterMagmaConfiguration
Packages that use UnderwaterMagmaConfiguration
Package
Description
-
Uses of UnderwaterMagmaConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type UnderwaterMagmaConfigurationModifier and TypeFieldDescriptionstatic final Feature<UnderwaterMagmaConfiguration> Feature.UNDERWATER_MAGMAMethods in net.minecraft.world.level.levelgen.feature with parameters of type UnderwaterMagmaConfigurationModifier and TypeMethodDescriptionprivate static OptionalIntUnderwaterMagmaFeature.getFloorY(WorldGenLevel level, BlockPos pos, UnderwaterMagmaConfiguration config) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type UnderwaterMagmaConfigurationModifier and TypeMethodDescriptionbooleanUnderwaterMagmaFeature.place(FeaturePlaceContext<UnderwaterMagmaConfiguration> context) Places the given feature at the given location.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type UnderwaterMagmaConfigurationModifierConstructorDescriptionUnderwaterMagmaFeature(com.mojang.serialization.Codec<UnderwaterMagmaConfiguration> codec) -
Uses of UnderwaterMagmaConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type UnderwaterMagmaConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<UnderwaterMagmaConfiguration> UnderwaterMagmaConfiguration.CODEC