Uses of Class
net.minecraft.world.gen.feature.SculkPatchFeatureConfig
Packages that use SculkPatchFeatureConfig
-
Uses of SculkPatchFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SculkPatchFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SculkPatchFeatureConfig>SculkPatchFeatureConfig.CODECstatic final Feature<SculkPatchFeatureConfig>Feature.SCULK_PATCHstatic final ConfiguredFeature<SculkPatchFeatureConfig,?> UndergroundConfiguredFeatures.SCULK_PATCHstatic final ConfiguredFeature<SculkPatchFeatureConfig,?> UndergroundConfiguredFeatures.SCULK_PATCH_LARGEMethods in net.minecraft.world.gen.feature with parameters of type SculkPatchFeatureConfigModifier and TypeMethodDescriptionprotected booleanSculkPatchFeature.method_40846(StructureWorldAccess structureWorldAccess, SculkPatchFeatureConfig sculkPatchFeatureConfig, ChunkGenerator chunkGenerator, Random random, BlockPos blockPos) SculkPatchFeature.method_40847(StructureWorldAccess structureWorldAccess, SculkPatchFeatureConfig sculkPatchFeatureConfig, Random random, BlockPos blockPos, Predicate<BlockState> predicate, int int2, int int3) protected booleanSculkPatchFeature.method_40848(StructureWorldAccess structureWorldAccess, SculkPatchFeatureConfig sculkPatchFeatureConfig, Predicate<BlockState> predicate, Random random, BlockPos.Mutable mutable, int int2) protected voidSculkPatchFeature.method_40851(FeatureContext<SculkPatchFeatureConfig> featureContext, StructureWorldAccess structureWorldAccess, SculkPatchFeatureConfig sculkPatchFeatureConfig, Random random, Set<BlockPos> set) private static Predicate<BlockState>SculkPatchFeature.method_40852(SculkPatchFeatureConfig sculkPatchFeatureConfig) Method parameters in net.minecraft.world.gen.feature with type arguments of type SculkPatchFeatureConfigModifier and TypeMethodDescriptionbooleanSculkPatchFeature.generate(FeatureContext<SculkPatchFeatureConfig> context) protected voidSculkPatchFeature.method_40851(FeatureContext<SculkPatchFeatureConfig> featureContext, StructureWorldAccess structureWorldAccess, SculkPatchFeatureConfig sculkPatchFeatureConfig, Random random, Set<BlockPos> set) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type SculkPatchFeatureConfigModifierConstructorDescriptionSculkPatchFeature(com.mojang.serialization.Codec<SculkPatchFeatureConfig> configCodec)