Uses of Class
net.minecraft.world.gen.feature.UnderwaterMagmaFeatureConfig
Packages that use UnderwaterMagmaFeatureConfig
-
Uses of UnderwaterMagmaFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type UnderwaterMagmaFeatureConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<UnderwaterMagmaFeatureConfig>
UnderwaterMagmaFeatureConfig.CODEC
static Feature<UnderwaterMagmaFeatureConfig>
Feature.UNDERWATER_MAGMA
Methods in net.minecraft.world.gen.feature with parameters of type UnderwaterMagmaFeatureConfigModifier and TypeMethodDescriptionprivate static OptionalInt
UnderwaterMagmaFeature.getFloorHeight(StructureWorldAccess world, BlockPos pos, UnderwaterMagmaFeatureConfig config)
Method parameters in net.minecraft.world.gen.feature with type arguments of type UnderwaterMagmaFeatureConfigModifier and TypeMethodDescriptionboolean
UnderwaterMagmaFeature.generate(FeatureContext<UnderwaterMagmaFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type UnderwaterMagmaFeatureConfigModifierConstructorDescriptionUnderwaterMagmaFeature(com.mojang.serialization.Codec<UnderwaterMagmaFeatureConfig> configCodec)