| Modifier and Type | Method and Description |
|---|---|
BiomeTerrainCache.Data |
BiomeTerrainCache.get(int x,
int z,
@NonNull BiomeMap biomes) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingBiomeMap
Implementation of
BiomeMap which caches the biomes looked up at a given position. |
class |
ConstantBiomeMap
Implementation of
BiomeMap which returns a constant biome. |
| Modifier and Type | Method and Description |
|---|---|
BiomeMap |
BiomeMapReferenceDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Constructor and Description |
|---|
CachingBiomeMap(BiomeMap delegate) |
CachingBiomeMap(@NonNull BiomeMap delegate,
int maxCacheSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexBiomeMap
Implementation of
BiomeMap which uses a series of iterative passes ("filters") to progressively select a biome. |
| Modifier and Type | Method and Description |
|---|---|
double |
DensitySource.get(@NonNull BiomeMap biomes,
int x,
int y,
int z)
Gets the density at the given coordinates.
|
double |
EndDensitySource.get(@NonNull BiomeMap biomes,
int x,
int y,
int z) |
double |
VanillaDensitySource.get(@NonNull BiomeMap biomes,
int x,
int y,
int z) |
double |
NetherDensitySource.get(@NonNull BiomeMap biomes,
int x,
int y,
int z) |
default double[] |
DensitySource.get(double[] arr,
int startIndex,
@NonNull BiomeMap biomes,
int x,
int y,
int z,
int sizeX,
int sizeY,
int sizeZ,
int stepX,
int stepY,
int stepZ)
Gets the density in the given region.
|
double[] |
EndDensitySource.get(double[] arr,
int startIndex,
@NonNull BiomeMap biomes,
int x,
int y,
int z,
int sizeX,
int sizeY,
int sizeZ,
int stepX,
int stepY,
int stepZ) |
double[] |
VanillaDensitySource.get(double[] arr,
int startIndex,
@NonNull BiomeMap biomes,
int x,
int y,
int z,
int sizeX,
int sizeY,
int sizeZ,
int stepX,
int stepY,
int stepZ) |
Copyright © 2020. All rights reserved.