Uses of Class
net.minecraft.world.gen.OctavesNoiseGenerator
-
Packages that use OctavesNoiseGenerator Package Description net.minecraft.world.gen net.minecraft.world.gen.surfacebuilders -
-
Uses of OctavesNoiseGenerator in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as OctavesNoiseGenerator Modifier and Type Field Description private OctavesNoiseGenerator
NoiseChunkGenerator. depthNoise
private OctavesNoiseGenerator
MaxMinNoiseMixer. first
private OctavesNoiseGenerator
NoiseChunkGenerator. mainPerlinNoise
private OctavesNoiseGenerator
NoiseChunkGenerator. maxLimitPerlinNoise
private OctavesNoiseGenerator
NoiseChunkGenerator. minLimitPerlinNoise
private OctavesNoiseGenerator
MaxMinNoiseMixer. second
Methods in net.minecraft.world.gen that return OctavesNoiseGenerator Modifier and Type Method Description static OctavesNoiseGenerator
OctavesNoiseGenerator. create(SharedSeedRandom p_242932_0_, int p_242932_1_, it.unimi.dsi.fastutil.doubles.DoubleList p_242932_2_)
-
Uses of OctavesNoiseGenerator in net.minecraft.world.gen.surfacebuilders
Fields in net.minecraft.world.gen.surfacebuilders declared as OctavesNoiseGenerator Modifier and Type Field Description private OctavesNoiseGenerator
NetherForestsSurfaceBuilder. decorationNoise
protected OctavesNoiseGenerator
NetherSurfaceBuilder. decorationNoise
private OctavesNoiseGenerator
ValleySurfaceBuilder. patchNoise
Fields in net.minecraft.world.gen.surfacebuilders with type parameters of type OctavesNoiseGenerator Modifier and Type Field Description private com.google.common.collect.ImmutableMap<BlockState,OctavesNoiseGenerator>
ValleySurfaceBuilder. ceilingNoises
private com.google.common.collect.ImmutableMap<BlockState,OctavesNoiseGenerator>
ValleySurfaceBuilder. floorNoises
Methods in net.minecraft.world.gen.surfacebuilders that return types with arguments of type OctavesNoiseGenerator Modifier and Type Method Description private static com.google.common.collect.ImmutableMap<BlockState,OctavesNoiseGenerator>
ValleySurfaceBuilder. initPerlinNoises(com.google.common.collect.ImmutableList<BlockState> p_237175_0_, long p_237175_1_)
-