classpublicPriority 3
BiomePatternGenerator
com.hypixel.hytale.server.worldgen.biome.BiomePatternGenerator
8
Methods
8
Public Methods
5
Fields
1
Constructors
Constructors
public
BiomePatternGenerator(IPointGenerator pointGenerator, IWeightedMap<TileBiome> tileBiomes, CustomBiome[] customBiomes)Methods
Public Methods (8)
public
Biome generateBiomeAt(ZoneGeneratorResult zoneResult, int seed, int x, int z)@Nonnull
public
TileBiome getBiome(int seed, int x, int z)@Nullable
public
TileBiome getBiomeDirect(int seed, int x, int z)@Nullable
public
Biome[] getBiomes()@Nonnull
public
CustomBiome getCustomBiomeAt(int seed, double x, double z, ZoneGeneratorResult zoneResult, Biome parentResult)@Nullable
public
CustomBiome[] getCustomBiomes()@Nonnull
public
int getExtents()public
String toString()@Nonnull@Override
Fields
Protected Fields (5)
protected
Biome[] biomesprotected
CustomBiome[] customBiomesprotected
int extentsprotected
IPointGenerator pointGeneratorprotected
IWeightedMap<TileBiome> tileBiomes