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 OctavesNoiseGeneratorNoiseChunkGenerator. depthNoiseprivate OctavesNoiseGeneratorMaxMinNoiseMixer. firstprivate OctavesNoiseGeneratorNoiseChunkGenerator. mainPerlinNoiseprivate OctavesNoiseGeneratorNoiseChunkGenerator. maxLimitPerlinNoiseprivate OctavesNoiseGeneratorNoiseChunkGenerator. minLimitPerlinNoiseprivate OctavesNoiseGeneratorMaxMinNoiseMixer. secondMethods in net.minecraft.world.gen that return OctavesNoiseGenerator Modifier and Type Method Description static OctavesNoiseGeneratorOctavesNoiseGenerator. 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 OctavesNoiseGeneratorNetherForestsSurfaceBuilder. decorationNoiseprotected OctavesNoiseGeneratorNetherSurfaceBuilder. decorationNoiseprivate OctavesNoiseGeneratorValleySurfaceBuilder. patchNoiseFields 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. ceilingNoisesprivate com.google.common.collect.ImmutableMap<BlockState,OctavesNoiseGenerator>ValleySurfaceBuilder. floorNoisesMethods 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_)
-