Uses of Interface
net.minecraft.world.gen.chunk.WeightSampler
Packages that use WeightSampler
-
Uses of WeightSampler in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement WeightSamplerFields in net.minecraft.world.gen declared as WeightSamplerConstructors in net.minecraft.world.gen with parameters of type WeightSamplerModifierConstructorDescriptionNoiseColumnSampler(BiomeSource biomeSource, int horizontalNoiseResolution, int verticalNoiseResolution, int noiseSizeY, GenerationShapeConfig config, InterpolatedNoiseSampler noise, @Nullable SimplexNoiseSampler islandNoise, OctavePerlinNoiseSampler densityNoise, WeightSampler weightSampler)
-
Uses of WeightSampler in net.minecraft.world.gen.chunk
Classes in net.minecraft.world.gen.chunk that implement WeightSamplerFields in net.minecraft.world.gen.chunk declared as WeightSamplerMethods in net.minecraft.world.gen.chunk that return WeightSamplerModifier and TypeMethodDescriptionNoiseChunkGenerator.NoodleCavesSampler.method_36466(double double2)
Methods in net.minecraft.world.gen.chunk that return types with arguments of type WeightSamplerModifier and TypeMethodDescriptionprivate DoubleFunction<WeightSampler>
NoiseChunkGenerator.createWeightSamplerFactory(int int2, ChunkPos chunkPos, Consumer<NoiseInterpolator> consumer)
Methods in net.minecraft.world.gen.chunk with parameters of type WeightSamplerModifier and TypeMethodDescriptionprotected BlockState
NoiseChunkGenerator.getBlockState(StructureWeightSampler structures, AquiferSampler aquiferSampler, BlockSource blockInterpolator, WeightSampler weightSampler, int int2, int int3, int int4, double double2)