Uses of Interface
net.minecraft.world.level.levelgen.densityfunction.DensitySamplerSet
Packages that use DensitySamplerSet
-
Uses of DensitySamplerSet in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as DensitySamplerSetMethods in net.minecraft.world.level.levelgen that return DensitySamplerSetModifier and TypeMethodDescriptionNoiseChunk.cachingSamplers()RandomState.samplersWithContext(SamplerContext context) Methods in net.minecraft.world.level.levelgen with parameters of type DensitySamplerSetModifier and TypeMethodDescriptionAquifer.Config.create(DensitySamplerSet cachingSamplers, PositionalRandomFactory positionalRandomFactory, DensityVolume volume, Aquifer.FluidPicker fluidRule) NoiseRouter.createClimateSampler(DensitySamplerSet densitySamplers) static BlockPosNoiseSpawnFinder.findSpawnPosition(List<SpawnTargetPoint> targetPoints, DensitySamplerSet samplers) private static NoiseSpawnFinder.ResultNoiseSpawnFinder.getSpawnPositionAndFitness(DensitySamplerSet samplers, List<SpawnTargetPoint> targetPoints, int blockX, int blockZ) private voidNoiseSpawnFinder.radialSearch(DensitySamplerSet samplers, List<SpawnTargetPoint> targetPoints, float maxRadius, float radiusIncrement) longSpawnTargetPoint.sampleFitness(DensitySamplerSet samplers, int blockX, int blockY, int blockZ) Constructors in net.minecraft.world.level.levelgen with parameters of type DensitySamplerSetModifierConstructorDescriptionprivateNoiseBasedAquifer(DensitySamplerSet cachingSamplers, Aquifer.Config config, PositionalRandomFactory positionalRandomFactory, DensityVolume volume, Aquifer.FluidPicker globalFluidPicker) privateNoiseSpawnFinder(List<SpawnTargetPoint> targetPoints, DensitySamplerSet samplers) -
Uses of DensitySamplerSet in net.minecraft.world.level.levelgen.material
Fields in net.minecraft.world.level.levelgen.material declared as DensitySamplerSetModifier and TypeFieldDescriptionprivate final DensitySamplerSetMaterialRuleContext.densitySamplersMethods in net.minecraft.world.level.levelgen.material with parameters of type DensitySamplerSetModifier and TypeMethodDescriptionMaterialSystem.topMaterial(MaterialRule ruleSource, RandomState randomState, WorldGenerationContext worldGenerationContext, Function<BlockPos, Holder<Biome>> biomeGetter, ChunkAccess chunk, DensitySamplerSet densitySamplers, BlockPos pos, boolean underFluid) Deprecated.Constructors in net.minecraft.world.level.levelgen.material with parameters of type DensitySamplerSetModifierConstructorDescription(package private)MaterialRuleContext(MaterialSystem system, RandomState randomState, DensityVolume expectedVolume, DensitySamplerSet densitySamplers, Function<BlockPos, Holder<Biome>> biomeGetter, WorldGenerationContext context, @Nullable Set<Holder<Biome>> possibleBiomes)