public class BiomeProviderSingle extends BiomeProvider
allowedBiomes
Constructor and Description |
---|
BiomeProviderSingle(Biome biomeIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
areBiomesViable(int x,
int z,
int radius,
java.util.List<Biome> allowed) |
BlockPos |
findBiomePosition(int x,
int z,
int range,
java.util.List<Biome> biomes,
java.util.Random random) |
Biome[] |
getBiomeGenAt(Biome[] listToReuse,
int x,
int z,
int width,
int length,
boolean cacheFlag) |
Biome |
getBiomeGenerator(BlockPos pos) |
Biome[] |
getBiomesForGeneration(Biome[] biomes,
int x,
int z,
int width,
int height) |
Biome[] |
loadBlockGeneratorData(Biome[] oldBiomeList,
int x,
int z,
int width,
int depth) |
cleanupCache, getBiomeGenerator, getBiomesToSpawnIn, getModdedBiomeerators, getTemperatureAtHeight
public BiomeProviderSingle(Biome biomeIn)
public Biome getBiomeGenerator(BlockPos pos)
getBiomeGenerator
in class BiomeProvider
public Biome[] getBiomesForGeneration(Biome[] biomes, int x, int z, int width, int height)
getBiomesForGeneration
in class BiomeProvider
public Biome[] loadBlockGeneratorData(@Nullable Biome[] oldBiomeList, int x, int z, int width, int depth)
loadBlockGeneratorData
in class BiomeProvider
public Biome[] getBiomeGenAt(@Nullable Biome[] listToReuse, int x, int z, int width, int length, boolean cacheFlag)
getBiomeGenAt
in class BiomeProvider
@Nullable public BlockPos findBiomePosition(int x, int z, int range, java.util.List<Biome> biomes, java.util.Random random)
findBiomePosition
in class BiomeProvider
public boolean areBiomesViable(int x, int z, int radius, java.util.List<Biome> allowed)
areBiomesViable
in class BiomeProvider