Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.CompositeFeatureConfiguration
Packages that use CompositeFeatureConfiguration
Package
Description
-
Uses of CompositeFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type CompositeFeatureConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type CompositeFeatureConfigurationModifier and TypeFieldDescriptionstatic final Feature<CompositeFeatureConfiguration> Feature.SEQUENCEstatic final Feature<CompositeFeatureConfiguration> Feature.SIMPLE_RANDOM_SELECTORMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type CompositeFeatureConfigurationModifier and TypeMethodDescriptionbooleanSequenceFeature.place(FeaturePlaceContext<CompositeFeatureConfiguration> context) booleanSimpleRandomSelectorFeature.place(FeaturePlaceContext<CompositeFeatureConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type CompositeFeatureConfigurationModifierConstructorDescriptionSequenceFeature(com.mojang.serialization.Codec<CompositeFeatureConfiguration> codec) SimpleRandomSelectorFeature(com.mojang.serialization.Codec<CompositeFeatureConfiguration> codec) -
Uses of CompositeFeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type CompositeFeatureConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CompositeFeatureConfiguration> CompositeFeatureConfiguration.CODEC