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 Feature<UnderwaterMagmaConfiguration>
Feature.UNDERWATER_MAGMA
Methods in net.minecraft.world.level.levelgen.feature with parameters of type UnderwaterMagmaConfigurationModifier and TypeMethodDescriptionprivate static OptionalInt
UnderwaterMagmaFeature.getFloorY(WorldGenLevel p_160565_, BlockPos p_160566_, UnderwaterMagmaConfiguration p_160567_)
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type UnderwaterMagmaConfigurationModifier and TypeMethodDescriptionboolean
UnderwaterMagmaFeature.place(FeaturePlaceContext<UnderwaterMagmaConfiguration> p_160569_)
Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type UnderwaterMagmaConfigurationModifierConstructorDescriptionUnderwaterMagmaFeature(com.mojang.serialization.Codec<UnderwaterMagmaConfiguration> p_160560_)
-
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 com.mojang.serialization.Codec<UnderwaterMagmaConfiguration>
UnderwaterMagmaConfiguration.CODEC