public class ConfiguredFeature<FC extends IFeatureConfig>
extends java.lang.Object
Constructor and Description |
---|
ConfiguredFeature(Feature<FC> p_i49901_1_,
com.mojang.datafixers.Dynamic<?> dynamicIn) |
ConfiguredFeature(Feature<FC> featureIn,
FC configIn) |
Modifier and Type | Method and Description |
---|---|
static <T> ConfiguredFeature<?> |
deserialize(com.mojang.datafixers.Dynamic<T> p_222736_0_) |
boolean |
place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generator,
java.util.Random rand,
BlockPos pos) |
<T> com.mojang.datafixers.Dynamic<T> |
serialize(com.mojang.datafixers.types.DynamicOps<T> opsIn) |
public final Feature<FC extends IFeatureConfig> feature
public final FC extends IFeatureConfig config
public <T> com.mojang.datafixers.Dynamic<T> serialize(com.mojang.datafixers.types.DynamicOps<T> opsIn)
public boolean place(IWorld worldIn, ChunkGenerator<? extends GenerationSettings> generator, java.util.Random rand, BlockPos pos)
public static <T> ConfiguredFeature<?> deserialize(com.mojang.datafixers.Dynamic<T> p_222736_0_)