| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
| Modifier and Type | Field and Description |
|---|---|
static Feature<BlockStateFeatureConfig> |
Feature.ICEBERG |
static Feature<BlockStateFeatureConfig> |
Feature.LAKE |
| Modifier and Type | Method and Description |
|---|---|
static <T> BlockStateFeatureConfig |
BlockStateFeatureConfig.deserialize(com.mojang.datafixers.Dynamic<T> p_227271_0_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IcebergFeature.place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generator,
java.util.Random rand,
BlockPos pos,
BlockStateFeatureConfig config) |
boolean |
LakesFeature.place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generator,
java.util.Random rand,
BlockPos pos,
BlockStateFeatureConfig config) |
| Constructor and Description |
|---|
IcebergFeature(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends BlockStateFeatureConfig> configFactoryIn) |
LakesFeature(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends BlockStateFeatureConfig> p_i51485_1_) |