public class ConfiguredFeature<FC extends FeatureConfig,F extends Feature<FC>> extends Object implements class_5432<ConfiguredFeature<?,?>>
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<Supplier<ConfiguredFeature<?,?>>> |
CODEC |
FC |
config |
F |
feature |
static com.mojang.serialization.MapCodec<ConfiguredFeature<?,?>> |
field_25833 |
static Logger |
LOGGER |
| Constructor and Description |
|---|
ConfiguredFeature(F f,
FC fC) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(ServerWorldAccess serverWorldAccess,
ChunkGenerator chunkGenerator,
Random random,
BlockPos blockPos) |
ConfiguredFeature<?,?> |
method_30374(ConfiguredDecorator<?> configuredDecorator) |
F |
method_30380() |
FC |
method_30381() |
private static ConfiguredFeature<?,?> |
method_30382() |
Stream<ConfiguredFeature<?,?>> |
method_30648() |
RandomFeatureEntry |
withChance(float chance) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmethod_30371, method_30372, method_30373, method_30375, method_30376, method_30377public static final com.mojang.serialization.MapCodec<ConfiguredFeature<?,?>> field_25833
public static final com.mojang.serialization.Codec<Supplier<ConfiguredFeature<?,?>>> CODEC
public static final Logger LOGGER
public final FC extends FeatureConfig config
private static ConfiguredFeature<?,?> method_30382()
public F method_30380()
public FC method_30381()
public ConfiguredFeature<?,?> method_30374(ConfiguredDecorator<?> configuredDecorator)
method_30374 in interface class_5432<ConfiguredFeature<?,?>>public RandomFeatureEntry withChance(float chance)
public boolean generate(ServerWorldAccess serverWorldAccess, ChunkGenerator chunkGenerator, Random random, BlockPos blockPos)
public Stream<ConfiguredFeature<?,?>> method_30648()