public class FeaturePlaceContext<FC extends FeatureConfiguration>
elo | |
net.minecraft.world.level.levelgen.feature.FeaturePlaceContext | |
net.minecraft.class_5821 |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
private final Optional<ConfiguredFeature<?, ?>> |
| ||||||
private final WorldGenLevel |
| ||||||
private final ChunkGenerator |
| ||||||
private final RandomSource |
| ||||||
private final BlockPos |
| ||||||
private final FC |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Optional<ConfiguredFeature<?, ?>> arg0, WorldGenLevel arg1, ChunkGenerator arg2, RandomSource arg3, BlockPos arg4, FC arg5) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public Optional<ConfiguredFeature<?, ?>> |
| ||||||
public WorldGenLevel |
| ||||||
public ChunkGenerator |
| ||||||
public RandomSource |
| ||||||
public BlockPos |
| ||||||
public FC |
|