Package | Description |
---|---|
org.polydev.gaea.generation | |
org.polydev.gaea.math |
Modifier and Type | Method and Description |
---|---|
abstract org.bukkit.generator.ChunkGenerator.ChunkData |
GenerationPopulator.populate(org.bukkit.World world,
org.bukkit.generator.ChunkGenerator.ChunkData chunk,
Random r,
int chunkX,
int chunkZ,
ChunkInterpolator interp) |
Modifier and Type | Class and Description |
---|---|
class |
ChunkInterpolator2
Class to abstract away the 16 Interpolators needed to generate a chunk.
Contains method to get interpolated noise at a coordinate within the chunk. |
class |
ChunkInterpolator3
Class to abstract away the 16 Interpolators needed to generate a chunk.
Contains method to get interpolated noise at a coordinate within the chunk. |
Modifier and Type | Method and Description |
---|---|
ChunkInterpolator |
ChunkInterpolator.InterpolationType.getInstance(org.bukkit.World w,
int chunkX,
int chunkZ,
BiomeGrid grid,
FastNoiseLite noise) |
Copyright © 2020. All rights reserved.