Uses of Class
net.minecraft.util.math.noise.SimplexNoiseSampler
Package | Description |
---|---|
net.minecraft.util.math.noise | |
net.minecraft.world.biome.source | |
net.minecraft.world.gen |
-
Uses of SimplexNoiseSampler in net.minecraft.util.math.noise
Fields in net.minecraft.util.math.noise declared as SimplexNoiseSampler Modifier and Type Field Description private SimplexNoiseSampler[]
OctaveSimplexNoiseSampler. octaveSamplers
-
Uses of SimplexNoiseSampler in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as SimplexNoiseSampler Modifier and Type Field Description private SimplexNoiseSampler
TheEndBiomeSource. noise
Methods in net.minecraft.world.biome.source with parameters of type SimplexNoiseSampler Modifier and Type Method Description static float
TheEndBiomeSource. getNoiseAt(SimplexNoiseSampler simplexNoiseSampler, int int2, int int3)
-
Uses of SimplexNoiseSampler in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as SimplexNoiseSampler Modifier and Type Field Description private @Nullable SimplexNoiseSampler
NoiseColumnSampler. islandNoise
Constructors in net.minecraft.world.gen with parameters of type SimplexNoiseSampler Constructor Description NoiseColumnSampler(BiomeSource biomeSource, int horizontalNoiseResolution, int verticalNoiseResolution, int noiseSizeY, GenerationShapeConfig config, InterpolatedNoiseSampler noise, @Nullable SimplexNoiseSampler islandNoise, OctavePerlinNoiseSampler densityNoise, @Nullable NoiseCaveSampler noiseCaveSampler)