Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.SpeleothemConfiguration
Packages that use SpeleothemConfiguration
Package
Description
-
Uses of SpeleothemConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type SpeleothemConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type SpeleothemConfigurationModifier and TypeFieldDescriptionstatic final Feature<SpeleothemConfiguration> Feature.SPELEOTHEMMethods in net.minecraft.world.level.levelgen.feature with parameters of type SpeleothemConfigurationModifier and TypeMethodDescriptionprivate static voidSpeleothemFeature.createPatchOfBaseBlocks(LevelAccessor level, RandomSource random, BlockPos pos, SpeleothemConfiguration config) SpeleothemFeature.getTipDirection(LevelAccessor level, BlockPos pos, RandomSource random, SpeleothemConfiguration config) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SpeleothemConfigurationModifier and TypeMethodDescriptionbooleanSpeleothemFeature.place(FeaturePlaceContext<SpeleothemConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SpeleothemConfigurationModifierConstructorDescriptionSpeleothemFeature(com.mojang.serialization.Codec<SpeleothemConfiguration> codec) -
Uses of SpeleothemConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type SpeleothemConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpeleothemConfiguration> SpeleothemConfiguration.CODEC