public class SingleBiomeProvider extends BiomeProvider
Modifier and Type | Field and Description |
---|---|
private Biome |
biome |
biomes, BIOMES_TO_SPAWN_IN, hasStructureCache, topBlocksCache
Constructor and Description |
---|
SingleBiomeProvider(SingleBiomeProviderSettings settings) |
Modifier and Type | Method and Description |
---|---|
BlockPos |
func_225531_a_(int xIn,
int yIn,
int zIn,
int radiusIn,
java.util.List<Biome> biomesIn,
java.util.Random randIn) |
java.util.Set<Biome> |
getBiomes(int xIn,
int yIn,
int zIn,
int radius) |
Biome |
getNoiseBiome(int x,
int y,
int z) |
func_222365_c, getBiomesToSpawnIn, getSurfaceBlocks, hasStructure
private final Biome biome
public SingleBiomeProvider(SingleBiomeProviderSettings settings)
public Biome getNoiseBiome(int x, int y, int z)
@Nullable public BlockPos func_225531_a_(int xIn, int yIn, int zIn, int radiusIn, java.util.List<Biome> biomesIn, java.util.Random randIn)
func_225531_a_
in class BiomeProvider
public java.util.Set<Biome> getBiomes(int xIn, int yIn, int zIn, int radius)
getBiomes
in class BiomeProvider