Uses of Class
net.minecraft.world.level.NoiseColumn
Packages that use NoiseColumn
-
Uses of NoiseColumn in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk that return NoiseColumnModifier and TypeMethodDescriptionabstract NoiseColumn
ChunkGenerator.getBaseColumn
(int x, int z, LevelHeightAccessor height, RandomState random) -
Uses of NoiseColumn in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen that return NoiseColumnModifier and TypeMethodDescriptionDebugLevelSource.getBaseColumn
(int x, int z, LevelHeightAccessor height, RandomState random) FlatLevelSource.getBaseColumn
(int x, int z, LevelHeightAccessor height, RandomState random) NoiseBasedChunkGenerator.getBaseColumn
(int x, int z, LevelHeightAccessor height, RandomState random) Method parameters in net.minecraft.world.level.levelgen with type arguments of type NoiseColumnModifier and TypeMethodDescriptionprotected OptionalInt
NoiseBasedChunkGenerator.iterateNoiseColumn
(LevelHeightAccessor level, RandomState random, int x, int z, org.apache.commons.lang3.mutable.MutableObject<NoiseColumn> column, Predicate<BlockState> stoppingState)