Package | Description |
---|---|
net.minecraft.world.gen.feature |
Modifier and Type | Field and Description |
---|---|
static Feature<ReplaceBlockConfig> |
Feature.EMERALD_ORE |
Modifier and Type | Method and Description |
---|---|
static <T> ReplaceBlockConfig |
ReplaceBlockConfig.deserialize(com.mojang.datafixers.Dynamic<T> p_214657_0_) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReplaceBlockFeature.place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generator,
java.util.Random rand,
BlockPos pos,
ReplaceBlockConfig config) |
Constructor and Description |
---|
ReplaceBlockFeature(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends ReplaceBlockConfig> p_i51444_1_) |