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. CODEC
static Feature<BlockStateFeatureConfig>
Feature. FOREST_ROCK
static Feature<BlockStateFeatureConfig>
Feature. ICEBERG
static Feature<BlockStateFeatureConfig>
Feature. LAKE
Methods in net.minecraft.world.gen.feature with parameters of type BlockStateFeatureConfig Modifier and Type Method Description boolean
BlockBlobFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_)
boolean
IcebergFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BlockStateFeatureConfig p_241855_5_)
boolean
LakesFeature. 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_)
-