Uses of Class
net.minecraft.world.level.levelgen.densityfunction.ScopedDensityBuffer
Packages that use ScopedDensityBuffer
Package
Description
-
Uses of ScopedDensityBuffer in net.minecraft.world.level.levelgen.densityfunction
Fields in net.minecraft.world.level.levelgen.densityfunction declared as ScopedDensityBufferModifier and TypeFieldDescriptionprivate @Nullable ScopedDensityBufferSamplerContext.CacheCell.bufferFields in net.minecraft.world.level.levelgen.densityfunction with type parameters of type ScopedDensityBufferModifier and TypeFieldDescriptionprivate final List<ScopedDensityBuffer> DensityBufferPool.buffersMethods in net.minecraft.world.level.levelgen.densityfunction that return ScopedDensityBufferModifier and TypeMethodDescriptionDensityBufferArena.acquire(int size) DensityBufferPool.acquire(int size) SamplerContext.acquireBuffer(DensityVolume volume) DensitySampler.Bound.sampleVolume(DensityVolume volume) private @Nullable ScopedDensityBufferDensityBufferPool.tryTakeBest(int minCapacity, int maxCapacity) Methods in net.minecraft.world.level.levelgen.densityfunction with parameters of type ScopedDensityBufferModifier and TypeMethodDescriptionvoidDensityBufferArena.release(ScopedDensityBuffer buffer) voidDensityBufferPool.release(ScopedDensityBuffer buffer) -
Uses of ScopedDensityBuffer in net.minecraft.world.level.levelgen.densityfunction.op
Fields in net.minecraft.world.level.levelgen.densityfunction.op declared as ScopedDensityBufferModifier and TypeFieldDescriptionprivate final @Nullable ScopedDensityBuffer[]SplineFunction.BufferSplineInput.buffers