Uses of Class
net.minecraft.util.math.noise.OctavePerlinNoiseSampler
Package | Description |
---|---|
net.minecraft.util.math.noise | |
net.minecraft.world.gen | |
net.minecraft.world.gen.surfacebuilder |
-
Uses of OctavePerlinNoiseSampler in net.minecraft.util.math.noise
Fields in net.minecraft.util.math.noise declared as OctavePerlinNoiseSampler Modifier and Type Field Description private OctavePerlinNoiseSampler
DoublePerlinNoiseSampler. firstSampler
private OctavePerlinNoiseSampler
InterpolatedNoiseSampler. interpolationNoise
private OctavePerlinNoiseSampler
InterpolatedNoiseSampler. lowerInterpolatedNoise
private OctavePerlinNoiseSampler
DoublePerlinNoiseSampler. secondSampler
private OctavePerlinNoiseSampler
InterpolatedNoiseSampler. upperInterpolatedNoise
Methods in net.minecraft.util.math.noise that return OctavePerlinNoiseSampler Modifier and Type Method Description static OctavePerlinNoiseSampler
OctavePerlinNoiseSampler. create(WorldGenRandom random, int offset, DoubleList amplitudes)
static OctavePerlinNoiseSampler
OctavePerlinNoiseSampler. method_35480(WorldGenRandom worldGenRandom, int int2, double[] double2)
Constructors in net.minecraft.util.math.noise with parameters of type OctavePerlinNoiseSampler Constructor Description InterpolatedNoiseSampler(OctavePerlinNoiseSampler lowerInterpolatedNoise, OctavePerlinNoiseSampler upperInterpolatedNoise, OctavePerlinNoiseSampler interpolationNoise)
-
Uses of OctavePerlinNoiseSampler in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as OctavePerlinNoiseSampler Modifier and Type Field Description private OctavePerlinNoiseSampler
NoiseColumnSampler. densityNoise
Constructors in net.minecraft.world.gen with parameters of type OctavePerlinNoiseSampler Constructor Description NoiseColumnSampler(BiomeSource biomeSource, int horizontalNoiseResolution, int verticalNoiseResolution, int noiseSizeY, GenerationShapeConfig config, InterpolatedNoiseSampler noise, @Nullable SimplexNoiseSampler islandNoise, OctavePerlinNoiseSampler densityNoise, @Nullable NoiseCaveSampler noiseCaveSampler)
-
Uses of OctavePerlinNoiseSampler in net.minecraft.world.gen.surfacebuilder
Fields in net.minecraft.world.gen.surfacebuilder declared as OctavePerlinNoiseSampler Modifier and Type Field Description protected OctavePerlinNoiseSampler
NetherSurfaceBuilder. noise
private OctavePerlinNoiseSampler
AbstractNetherSurfaceBuilder. shoreNoise
private OctavePerlinNoiseSampler
NetherForestSurfaceBuilder. surfaceNoise
Fields in net.minecraft.world.gen.surfacebuilder with type parameters of type OctavePerlinNoiseSampler Modifier and Type Field Description private ImmutableMap<BlockState,OctavePerlinNoiseSampler>
AbstractNetherSurfaceBuilder. surfaceNoises
private ImmutableMap<BlockState,OctavePerlinNoiseSampler>
AbstractNetherSurfaceBuilder. underLavaNoises
Methods in net.minecraft.world.gen.surfacebuilder that return types with arguments of type OctavePerlinNoiseSampler Modifier and Type Method Description private static ImmutableMap<BlockState,OctavePerlinNoiseSampler>
AbstractNetherSurfaceBuilder. createNoisesForStates(ImmutableList<BlockState> states, long seed)