Uses of Class
net.minecraft.world.gen.feature.DeltaFeatureConfig
Packages that use DeltaFeatureConfig
-
Uses of DeltaFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type DeltaFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DeltaFeatureConfig>
DeltaFeatureConfig.CODEC
static final Feature<DeltaFeatureConfig>
Feature.DELTA_FEATURE
Methods in net.minecraft.world.gen.feature with parameters of type DeltaFeatureConfigModifier and TypeMethodDescriptionprivate static boolean
DeltaFeature.canPlace
(WorldAccess world, BlockPos pos, DeltaFeatureConfig config) Method parameters in net.minecraft.world.gen.feature with type arguments of type DeltaFeatureConfigModifier and TypeMethodDescriptionboolean
DeltaFeature.generate
(FeatureContext<DeltaFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type DeltaFeatureConfigModifierConstructorDescriptionDeltaFeature
(com.mojang.serialization.Codec<DeltaFeatureConfig> configCodec)