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.CODEC
static final Feature<BlockStateFeatureConfig>
Feature.FOREST_ROCK
static final Feature<BlockStateFeatureConfig>
Feature.ICEBERG
static final Feature<BlockStateFeatureConfig>
Feature.LAKE
Methods in net.minecraft.world.gen.feature with parameters of type BlockStateFeatureConfigModifier 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_) 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_)