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 pX, int pZ, LevelHeightAccessor pHeight, RandomState pRandom) -
Uses of NoiseColumn in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen that return NoiseColumnModifier and TypeMethodDescriptionDebugLevelSource.getBaseColumn
(int pX, int pZ, LevelHeightAccessor pHeight, RandomState pRandom) FlatLevelSource.getBaseColumn
(int pX, int pZ, LevelHeightAccessor pHeight, RandomState pRandom) NoiseBasedChunkGenerator.getBaseColumn
(int pX, int pZ, LevelHeightAccessor pHeight, RandomState pRandom) 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_)