HyCodeYourTale
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)

protectedBiome[] biomes
protectedCustomBiome[] customBiomes
protectedint extents
protectedIPointGenerator pointGenerator
protectedIWeightedMap<TileBiome> tileBiomes

Related Classes