Uses of Class
net.minecraft.world.gen.feature.BlockStateFeatureConfig
-
Packages that use BlockStateFeatureConfig Package Description net.minecraft.world.gen.feature -
-
Uses of BlockStateFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type BlockStateFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<BlockStateFeatureConfig>BlockStateFeatureConfig. CODECstatic Feature<BlockStateFeatureConfig>Feature. FOREST_ROCKstatic Feature<BlockStateFeatureConfig>Feature. ICEBERGstatic Feature<BlockStateFeatureConfig>Feature. LAKEMethods in net.minecraft.world.gen.feature with parameters of type BlockStateFeatureConfig Modifier and Type Method Description booleanBlockBlobFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_)booleanIcebergFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_)booleanLakesFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.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 BlockStateFeatureConfig Constructor Description BlockBlobFeature(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_)
-