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 heightAccessor, RandomState randomState) -
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 heightAccessor, RandomState randomState) FlatLevelSource.getBaseColumn(int x, int z, LevelHeightAccessor heightAccessor, RandomState randomState) NoiseBasedChunkGenerator.getBaseColumn(int x, int z, LevelHeightAccessor heightAccessor, RandomState randomState) Method parameters in net.minecraft.world.level.levelgen with type arguments of type NoiseColumnModifier and TypeMethodDescriptionprotected OptionalIntNoiseBasedChunkGenerator.iterateNoiseColumn(LevelHeightAccessor heightAccessor, RandomState randomState, int blockX, int blockZ, @Nullable org.apache.commons.lang3.mutable.MutableObject<NoiseColumn> columnReference, @Nullable Predicate<BlockState> tester)