Modifier and Type | Field and Description |
---|---|
(package private) Biome |
LocationPredicate.biome |
Constructor and Description |
---|
LocationPredicate(MinMaxBounds x,
MinMaxBounds y,
MinMaxBounds z,
Biome biome,
java.lang.String feature,
DimensionType dimension) |
Modifier and Type | Method and Description |
---|---|
private static void |
GuiFlatPresets.registerPreset(java.lang.String name,
Item icon,
Biome biome,
java.util.List<java.lang.String> features,
FlatLayerInfo... layers) |
private static void |
GuiFlatPresets.registerPreset(java.lang.String name,
Item icon,
int iconMetadata,
Biome biome,
java.util.List<java.lang.String> features,
FlatLayerInfo... layers) |
Modifier and Type | Method and Description |
---|---|
private static Biome |
Biomes.getRegisteredBiome(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
Biome |
World.getBiome(BlockPos pos) |
Biome |
ChunkCache.getBiome(BlockPos pos) |
Biome |
IBlockAccess.getBiome(BlockPos pos) |
Biome |
WorldProvider.getBiomeForCoords(BlockPos pos) |
Biome |
World.getBiomeForCoordsBody(BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
static void |
WorldEntitySpawner.performWorldGenSpawning(World worldIn,
Biome biomeIn,
int centerX,
int centerZ,
int diameterX,
int diameterZ,
java.util.Random randomIn) |
Modifier and Type | Class and Description |
---|---|
class |
BiomeBeach |
class |
BiomeDesert |
class |
BiomeEnd |
class |
BiomeForest |
class |
BiomeForestMutated |
class |
BiomeHell |
class |
BiomeHills |
class |
BiomeJungle |
class |
BiomeMesa |
class |
BiomeMushroomIsland |
class |
BiomeOcean |
class |
BiomePlains |
class |
BiomeRiver |
class |
BiomeSavanna |
class |
BiomeSavannaMutated |
class |
BiomeSnow |
class |
BiomeStoneBeach |
class |
BiomeSwamp |
class |
BiomeTaiga |
class |
BiomeVoid |
Modifier and Type | Field and Description |
---|---|
private Biome |
BiomeProviderSingle.biome |
Biome[] |
BiomeCache.Block.biomes |
Modifier and Type | Field and Description |
---|---|
static java.util.List<Biome> |
BiomeProvider.allowedBiomes |
private java.util.List<Biome> |
BiomeProvider.biomesToSpawnIn |
static ObjectIntIdentityMap<Biome> |
Biome.MUTATION_TO_BASE_ID_MAP |
static RegistryNamespaced<ResourceLocation,Biome> |
Biome.REGISTRY |
Modifier and Type | Method and Description |
---|---|
Biome |
BiomeProvider.getBiome(BlockPos pos) |
Biome |
BiomeProviderSingle.getBiome(BlockPos pos) |
Biome |
BiomeProvider.getBiome(BlockPos pos,
Biome defaultBiome) |
static Biome |
Biome.getBiome(int id) |
static Biome |
Biome.getBiome(int biomeId,
Biome fallback) |
Biome |
BiomeCache.Block.getBiome(int x,
int z) |
Biome |
BiomeCache.getBiome(int x,
int z,
Biome defaultValue) |
static Biome |
Biome.getBiomeForId(int id) |
Biome[] |
BiomeProvider.getBiomes(Biome[] oldBiomeList,
int x,
int z,
int width,
int depth) |
Biome[] |
BiomeProviderSingle.getBiomes(Biome[] oldBiomeList,
int x,
int z,
int width,
int depth) |
Biome[] |
BiomeProvider.getBiomes(Biome[] listToReuse,
int x,
int z,
int width,
int length,
boolean cacheFlag) |
Biome[] |
BiomeProviderSingle.getBiomes(Biome[] listToReuse,
int x,
int z,
int width,
int length,
boolean cacheFlag) |
Biome[] |
BiomeProvider.getBiomesForGeneration(Biome[] biomes,
int x,
int z,
int width,
int height) |
Biome[] |
BiomeProviderSingle.getBiomesForGeneration(Biome[] biomes,
int x,
int z,
int width,
int height) |
Biome[] |
BiomeCache.getCachedBiomes(int x,
int z) |
Biome |
BiomeProvider.getFixedBiome() |
Biome |
BiomeProviderSingle.getFixedBiome() |
static Biome |
Biome.getMutationForBiome(Biome biome) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Biome> |
Biome.getBiomeClass() |
java.lang.Class<? extends Biome> |
BiomeSavanna.getBiomeClass() |
java.lang.Class<? extends Biome> |
BiomeForest.getBiomeClass() |
java.util.List<Biome> |
BiomeProvider.getBiomesToSpawnIn() |
Modifier and Type | Method and Description |
---|---|
void |
BiomeDecorator.decorate(World worldIn,
java.util.Random random,
Biome biome,
BlockPos pos) |
void |
BiomeHellDecorator.decorate(World worldIn,
java.util.Random random,
Biome biome,
BlockPos pos) |
void |
BiomeVoidDecorator.decorate(World worldIn,
java.util.Random random,
Biome biome,
BlockPos pos) |
protected void |
BiomeDecorator.genDecorations(Biome biomeIn,
World worldIn,
java.util.Random random) |
protected void |
BiomeEndDecorator.genDecorations(Biome biomeIn,
World worldIn,
java.util.Random random) |
Biome |
BiomeProvider.getBiome(BlockPos pos,
Biome defaultBiome) |
static Biome |
Biome.getBiome(int biomeId,
Biome fallback) |
Biome |
BiomeCache.getBiome(int x,
int z,
Biome defaultValue) |
Biome[] |
BiomeProvider.getBiomes(Biome[] oldBiomeList,
int x,
int z,
int width,
int depth) |
Biome[] |
BiomeProviderSingle.getBiomes(Biome[] oldBiomeList,
int x,
int z,
int width,
int depth) |
Biome[] |
BiomeProvider.getBiomes(Biome[] listToReuse,
int x,
int z,
int width,
int length,
boolean cacheFlag) |
Biome[] |
BiomeProviderSingle.getBiomes(Biome[] listToReuse,
int x,
int z,
int width,
int length,
boolean cacheFlag) |
Biome[] |
BiomeProvider.getBiomesForGeneration(Biome[] biomes,
int x,
int z,
int width,
int height) |
Biome[] |
BiomeProviderSingle.getBiomesForGeneration(Biome[] biomes,
int x,
int z,
int width,
int height) |
int |
BiomeColorHelper.ColorResolver.getColorAtPos(Biome biome,
BlockPos blockPosition) |
static int |
Biome.getIdForBiome(Biome biome) |
static Biome |
Biome.getMutationForBiome(Biome biome) |
static void |
Biome.registerBiome(int id,
java.lang.String name,
Biome biome) |
Modifier and Type | Method and Description |
---|---|
boolean |
BiomeProvider.areBiomesViable(int x,
int z,
int radius,
java.util.List<Biome> allowed) |
boolean |
BiomeProviderSingle.areBiomesViable(int x,
int z,
int radius,
java.util.List<Biome> allowed) |
BlockPos |
BiomeProvider.findBiomePosition(int x,
int z,
int range,
java.util.List<Biome> biomes,
java.util.Random random) |
BlockPos |
BiomeProviderSingle.findBiomePosition(int x,
int z,
int range,
java.util.List<Biome> biomes,
java.util.Random random) |
Constructor and Description |
---|
BiomeProviderSingle(Biome biomeIn) |
Modifier and Type | Method and Description |
---|---|
Biome |
Chunk.getBiome(BlockPos pos,
BiomeProvider provider) |
Modifier and Type | Field and Description |
---|---|
private Biome[] |
ChunkGeneratorEnd.biomesForGeneration |
private Biome[] |
ChunkGeneratorOverworld.biomesForGeneration |
Modifier and Type | Method and Description |
---|---|
private boolean |
MapGenCaves.isExceptionBiome(Biome biome) |
private boolean |
MapGenRavine.isExceptionBiome(Biome biome) |
void |
ChunkGeneratorOverworld.replaceBiomeBlocks(int x,
int z,
ChunkPrimer primer,
Biome[] biomesIn) |
Modifier and Type | Field and Description |
---|---|
Biome |
StructureVillagePieces.Start.biome |
Modifier and Type | Field and Description |
---|---|
static java.util.List<Biome> |
WoodlandMansion.ALLOWED_BIOMES |
java.util.List<Biome> |
MapGenStronghold.allowedBiomes |
private static java.util.List<Biome> |
MapGenScatteredFeature.BIOMELIST |
static java.util.List<Biome> |
StructureOceanMonument.SPAWN_BIOMES |
static java.util.List<Biome> |
MapGenVillage.VILLAGE_SPAWN_BIOMES |
static java.util.List<Biome> |
StructureOceanMonument.WATER_BIOMES |
Constructor and Description |
---|
Start(World worldIn,
java.util.Random random,
int chunkX,
int chunkZ,
Biome biomeIn) |
Modifier and Type | Field and Description |
---|---|
Biome |
BiomeManager.BiomeEntry.biome |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Biome> |
BiomeDictionary.Type.biomes |
private java.util.Set<Biome> |
BiomeDictionary.Type.biomesUn |
static java.util.List<Biome> |
BiomeManager.oceanBiomes |
static java.util.ArrayList<Biome> |
BiomeManager.strongHoldBiomes |
static java.util.ArrayList<Biome> |
BiomeManager.strongHoldBiomesBlackList |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Biome> |
BiomeDictionary.getBiomes(BiomeDictionary.Type type)
Gets the set of biomes that have the given type.
|
Modifier and Type | Method and Description |
---|---|
static void |
BiomeManager.addSpawnBiome(Biome biome) |
static void |
BiomeManager.addStrongholdBiome(Biome biome) |
static void |
BiomeDictionary.addTypes(Biome biome,
BiomeDictionary.Type... types)
Adds the given types to the biome.
|
static void |
BiomeManager.addVillageBiome(Biome biome,
boolean canSpawn) |
static boolean |
BiomeDictionary.areSimilar(Biome biomeA,
Biome biomeB)
Checks if the two given biomes have types in common.
|
(package private) static void |
BiomeDictionary.ensureHasTypes(Biome biome)
Ensure that at least one type has been added to the given biome.
|
private static BiomeDictionary.BiomeInfo |
BiomeDictionary.getBiomeInfo(Biome biome) |
static java.util.Set<BiomeDictionary.Type> |
BiomeDictionary.getTypes(Biome biome)
Gets the set of types that have been added to the given biome.
|
static boolean |
BiomeDictionary.hasAnyType(Biome biome)
Checks if any type has been added to the given biome.
|
static boolean |
BiomeDictionary.hasType(Biome biome,
BiomeDictionary.Type type)
Checks if the given type has been added to the given biome.
|
static void |
BiomeDictionary.makeBestGuess(Biome biome)
Automatically adds appropriate types to a given biome based on certain heuristics.
|
static void |
BiomeManager.removeSpawnBiome(Biome biome) |
static void |
BiomeManager.removeStrongholdBiome(Biome biome) |
static void |
BiomeManager.removeVillageBiome(Biome biome) |
Constructor and Description |
---|
BiomeEntry(Biome biome,
int weight) |
Modifier and Type | Field and Description |
---|---|
private Biome |
BiomeEvent.biome |
Modifier and Type | Method and Description |
---|---|
Biome |
BiomeEvent.getBiome() |
Modifier and Type | Method and Description |
---|---|
void |
DeferredBiomeDecorator.decorate(World par1World,
java.util.Random par2Random,
Biome biome,
BlockPos pos) |
void |
DeferredBiomeDecorator.fireCreateEventAndReplace(Biome biome) |
Constructor and Description |
---|
BiomeColor(Biome biome,
int original) |
BiomeEvent(Biome biome) |
CreateDecorator(Biome biome,
BiomeDecorator original) |
GetFoliageColor(Biome biome,
int original) |
GetGrassColor(Biome biome,
int original) |
GetVillageBlockID(Biome biome,
IBlockState original) |
GetWaterColor(Biome biome,
int original) |
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<Biome> |
EntityEntryBuilder.Spawn.biomes |
static IForgeRegistry<Biome> |
ForgeRegistries.BIOMES |
Modifier and Type | Method and Description |
---|---|
static void |
EntityRegistry.addSpawn(java.lang.Class<? extends EntityLiving> entityClass,
int weightedProb,
int min,
int max,
EnumCreatureType typeOfCreature,
Biome... biomes)
Add a spawn entry for the supplied entity in the supplied
Biome list |
static void |
EntityRegistry.addSpawn(java.lang.String entityName,
int weightedProb,
int min,
int max,
EnumCreatureType typeOfCreature,
Biome... biomes)
Add a spawn entry for the supplied entity in the supplied
Biome list |
static void |
EntityRegistry.removeSpawn(java.lang.Class<? extends EntityLiving> entityClass,
EnumCreatureType typeOfCreature,
Biome... biomes)
Remove the spawn entry for the supplied entity
|
static void |
EntityRegistry.removeSpawn(java.lang.String entityName,
EnumCreatureType typeOfCreature,
Biome... biomes)
Remove the spawn entry for the supplied entity
|
EntityEntryBuilder<E> |
EntityEntryBuilder.spawn(EnumCreatureType type,
int weight,
int min,
int max,
Biome... biomes)
Adds a spawn entry.
|
Modifier and Type | Method and Description |
---|---|
EntityEntryBuilder<E> |
EntityEntryBuilder.spawn(EnumCreatureType type,
int weight,
int min,
int max,
java.lang.Iterable<Biome> biomes)
Adds a spawn entry.
|
Constructor and Description |
---|
Spawn(EnumCreatureType type,
int weight,
int min,
int max,
java.lang.Iterable<Biome> biomes) |