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 p_223028_, int p_223029_, LevelHeightAccessor p_223030_, RandomState p_223031_) -
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 OptionalInt
NoiseBasedChunkGenerator.iterateNoiseColumn
(LevelHeightAccessor p_224240_, RandomState p_224241_, int p_224242_, int p_224243_, org.apache.commons.lang3.mutable.MutableObject<NoiseColumn> p_224244_, Predicate<BlockState> p_224245_)