Uses of Class
net.minecraft.world.gen.feature.BlockStateFeatureConfig
Packages that use BlockStateFeatureConfig
-
Uses of BlockStateFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type BlockStateFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockStateFeatureConfig>BlockStateFeatureConfig.CODECstatic final Feature<BlockStateFeatureConfig>Feature.FOREST_ROCKstatic final Feature<BlockStateFeatureConfig>Feature.ICEBERGstatic final Feature<BlockStateFeatureConfig>Feature.LAKEMethods in net.minecraft.world.gen.feature with parameters of type BlockStateFeatureConfigModifier and TypeMethodDescriptionbooleanBlockBlobFeature.place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_) booleanIcebergFeature.place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_) booleanLakesFeature.place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type BlockStateFeatureConfigModifierConstructorDescriptionBlockBlobFeature(com.mojang.serialization.Codec<BlockStateFeatureConfig> p_i231931_1_) IcebergFeature(com.mojang.serialization.Codec<BlockStateFeatureConfig> p_i231964_1_) LakesFeature(com.mojang.serialization.Codec<BlockStateFeatureConfig> p_i231968_1_)