Uses of Interface
net.minecraft.world.gen.chunk.ChunkNoiseSampler.BlockStateSampler
Packages that use ChunkNoiseSampler.BlockStateSampler
-
Uses of ChunkNoiseSampler.BlockStateSampler in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement ChunkNoiseSampler.BlockStateSamplerFields in net.minecraft.world.gen with type parameters of type ChunkNoiseSampler.BlockStateSamplerModifier and TypeFieldDescriptionprivate final List
<ChunkNoiseSampler.BlockStateSampler> ChainedBlockSource.samplers
The field for thesamplers
record component.Methods in net.minecraft.world.gen that return ChunkNoiseSampler.BlockStateSamplerModifier and TypeMethodDescriptionprotected static ChunkNoiseSampler.BlockStateSampler
OreVeinSampler.create
(DensityFunction veinToggle, DensityFunction veinRidged, DensityFunction veinGap, RandomSplitter randomDeriver) Methods in net.minecraft.world.gen that return types with arguments of type ChunkNoiseSampler.BlockStateSamplerModifier and TypeMethodDescriptionChainedBlockSource.samplers()
Returns the value of thesamplers
record component.Constructor parameters in net.minecraft.world.gen with type arguments of type ChunkNoiseSampler.BlockStateSamplerModifierConstructorDescriptionCreates an instance of aChainedBlockSource
record class. -
Uses of ChunkNoiseSampler.BlockStateSampler in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as ChunkNoiseSampler.BlockStateSamplerModifier and TypeFieldDescriptionprivate final ChunkNoiseSampler.BlockStateSampler
ChunkNoiseSampler.blockStateSampler