Package | Description |
---|---|
org.polydev.gaea.biome | |
org.polydev.gaea.generation | |
org.polydev.gaea.math | |
org.polydev.gaea.world.palette |
Modifier and Type | Method and Description |
---|---|
abstract double |
Generator.getNoise(FastNoise gen,
org.bukkit.World w,
int x,
int z)
Gets the 2D noise at a pair of coordinates using the provided FastNoise instance.
|
abstract double |
Generator.getNoise(FastNoise gen,
org.bukkit.World w,
int x,
int y,
int z)
Gets the 3D noise at a pair of coordinates using the provided FastNoise instance.
|
Modifier and Type | Method and Description |
---|---|
FastNoise |
GaeaChunkGenerator.getNoiseGenerator() |
Modifier and Type | Method and Description |
---|---|
abstract org.bukkit.generator.ChunkGenerator.ChunkData |
GaeaChunkGenerator.generateBase(@NotNull org.bukkit.World world,
@NotNull Random random,
int x,
int z,
FastNoise noise) |
Modifier and Type | Method and Description |
---|---|
E |
ProbabilityCollection.get(FastNoise random,
int x,
int z) |
ChunkInterpolator |
ChunkInterpolator.InterpolationType.getInstance(org.bukkit.World w,
int chunkX,
int chunkZ,
BiomeGrid grid,
FastNoise noise) |
void |
FastNoise.setCellularNoiseLookup(FastNoise noise) |
Constructor and Description |
---|
ChunkInterpolator2(org.bukkit.World w,
int chunkX,
int chunkZ,
BiomeGrid grid,
FastNoise noise)
Instantiates a ChunkInterpolator at a pair of chunk coordinates, with a BiomeGrid and FastNoise instance.
|
ChunkInterpolator3(org.bukkit.World w,
int chunkX,
int chunkZ,
BiomeGrid grid,
FastNoise noise)
Instantiates a 3D ChunkInterpolator at a pair of chunk coordinates, with a BiomeGrid and FastNoise instance.
|
Modifier and Type | Method and Description |
---|---|
E |
Palette.PaletteLayer.get(FastNoise random,
int x,
int z) |
Constructor and Description |
---|
SimplexPalette(FastNoise r) |
Copyright © 2020. All rights reserved.