Class CarvingContext
java.lang.Object
net.minecraft.world.level.levelgen.WorldGenerationContext
net.minecraft.world.level.levelgen.carver.CarvingContext
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final NoiseChunkprivate final RandomStateprivate final RegistryAccessprivate final SurfaceRules.RuleSource
- 
Constructor SummaryConstructorsConstructorDescriptionCarvingContext(NoiseBasedChunkGenerator p_224845_, RegistryAccess p_224846_, LevelHeightAccessor p_224847_, NoiseChunk p_224848_, RandomState p_224849_, SurfaceRules.RuleSource p_224850_) 
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.topMaterial(Function<BlockPos, Holder<Biome>> p_190647_, ChunkAccess p_190648_, BlockPos p_190649_, boolean p_190650_) Deprecated.Methods inherited from class net.minecraft.world.level.levelgen.WorldGenerationContextgetGenDepth, getMinGenY
- 
Field Details- 
registryAccess
- 
noiseChunk
- 
randomState
- 
surfaceRule
 
- 
- 
Constructor Details- 
CarvingContextpublic CarvingContext(NoiseBasedChunkGenerator p_224845_, RegistryAccess p_224846_, LevelHeightAccessor p_224847_, NoiseChunk p_224848_, RandomState p_224849_, SurfaceRules.RuleSource p_224850_) 
 
- 
- 
Method Details- 
topMaterial@Deprecated public Optional<BlockState> topMaterial(Function<BlockPos, Holder<Biome>> p_190647_, ChunkAccess p_190648_, BlockPos p_190649_, boolean p_190650_) Deprecated.
- 
registryAccessDeprecated.
- 
randomState
 
-