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(FastNoiseLite gen,
org.bukkit.World w,
int x,
int z)
Gets the 2D noise at a pair of coordinates using the provided FastNoiseLite instance.
|
abstract double |
Generator.getNoise(FastNoiseLite gen,
org.bukkit.World w,
int x,
int y,
int z)
Gets the 3D noise at a pair of coordinates using the provided FastNoiseLite instance.
|
Modifier and Type | Method and Description |
---|---|
FastNoiseLite |
GaeaChunkGenerator.getNoiseGenerator() |
Modifier and Type | Method and Description |
---|---|
E |
ProbabilityCollection.get(FastNoiseLite random,
int x,
int z) |
abstract ChunkInterpolator |
ChunkInterpolator.InterpolationType.getInstance(org.bukkit.World w,
int chunkX,
int chunkZ,
BiomeGrid grid,
FastNoiseLite noise) |
Constructor and Description |
---|
ChunkInterpolator2(org.bukkit.World w,
int chunkX,
int chunkZ,
BiomeGrid grid,
FastNoiseLite noise)
Instantiates a ChunkInterpolator at a pair of chunk coordinates, with a BiomeGrid and FastNoiseLite instance.
|
ChunkInterpolator3(org.bukkit.World w,
int chunkX,
int chunkZ,
BiomeGrid grid,
FastNoiseLite noise)
Instantiates a 3D ChunkInterpolator at a pair of chunk coordinates, with a BiomeGrid and FastNoiseLite instance.
|
Modifier and Type | Method and Description |
---|---|
E |
Palette.PaletteLayer.get(FastNoiseLite random,
int x,
int z) |
Constructor and Description |
---|
SimplexPalette(FastNoiseLite r) |
Copyright © 2020. All rights reserved.