Uses of Class
net.minecraft.world.gen.feature.BlockStateFeatureConfig
-
Uses of BlockStateFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockStateFeatureConfig>
BlockStateFeatureConfig.CODEC
static final Feature<BlockStateFeatureConfig>
Feature.FOREST_ROCK
static final Feature<BlockStateFeatureConfig>
Feature.ICEBERG
static final Feature<BlockStateFeatureConfig>
Feature.LAKE
Modifier and TypeMethodDescriptionboolean
BlockBlobFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_) boolean
IcebergFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_) boolean
LakesFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_) ModifierConstructorDescriptionBlockBlobFeature
(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_)