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 NoiseColumnChunkGenerator.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 p_223959_, int p_223960_, LevelHeightAccessor p_223961_, RandomState p_223962_) FlatLevelSource.getBaseColumn(int p_224155_, int p_224156_, LevelHeightAccessor p_224157_, RandomState p_224158_) NoiseBasedChunkGenerator.getBaseColumn(int p_224211_, int p_224212_, LevelHeightAccessor p_224213_, RandomState p_224214_) Method parameters in net.minecraft.world.level.levelgen with type arguments of type NoiseColumnModifier and TypeMethodDescriptionprotected OptionalIntNoiseBasedChunkGenerator.iterateNoiseColumn(LevelHeightAccessor level, RandomState random, int x, int z, org.apache.commons.lang3.mutable.MutableObject<NoiseColumn> column, Predicate<BlockState> stoppingState)