Class FeaturePlaceContext<FC extends FeatureConfiguration>
java.lang.Object
net.minecraft.world.level.levelgen.feature.FeaturePlaceContext<FC>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChunkGeneratorprivate final FCprivate final WorldGenLevelprivate final BlockPosprivate final RandomSourceprivate final Optional<ConfiguredFeature<?,?>>  - 
Constructor Summary
ConstructorsConstructorDescriptionFeaturePlaceContext(Optional<ConfiguredFeature<?, ?>> p_225035_, WorldGenLevel p_225036_, ChunkGenerator p_225037_, RandomSource p_225038_, BlockPos p_225039_, FC p_225040_)  - 
Method Summary
 
- 
Field Details
- 
topFeature
 - 
level
 - 
chunkGenerator
 - 
random
 - 
origin
 - 
config
 
 - 
 - 
Constructor Details
- 
FeaturePlaceContext
public FeaturePlaceContext(Optional<ConfiguredFeature<?, ?>> p_225035_, WorldGenLevel p_225036_, ChunkGenerator p_225037_, RandomSource p_225038_, BlockPos p_225039_, FC p_225040_)  
 - 
 - 
Method Details
- 
topFeature
 - 
level
 - 
chunkGenerator
 - 
random
 - 
origin
 - 
config
 
 -