Package net.neoforged.neoforge.common
Class Tags.Biomes
java.lang.Object
net.neoforged.neoforge.common.Tags.Biomes
- Enclosing class:
Tags
-
Field Summary
FieldsModifier and TypeFieldDescriptionBiomes that should not be locatable/selectable by modded biome-locating items or abilities.Biomes consisting primarily of water.For water biomes where ice naturally spawns.Biomes that spawn as a badlands.Biomes that are dedicated to spawning on the shoreline of a body of water.Biomes whose flora primarily consists of dead or decaying vegetation.Biomes that spawn as part of the world's oceans that have low depth.Biomes that spawn in the End.Biomes with a large amount of flowers.Biomes densely populated with deciduous trees.Biomes that spawn as a hills biome.For land biomes where ice naturally spawns.Biomes that spawn as a jungle.Biomes that spawn as part of giant mountains.Biomes that spawn in the Nether.Biomes that spawn as part of the world's oceans.Biomes that spawn as part of the large islands outside the center island in The End dimension.Biomes that spawn in the Overworld.For temperate or warmer plains-like biomes.Biomes that spawn as a river.Biomes that are able to spawn sand-based blocks on the surface.Biomes that spawn as a savanna.For biomes that contains lots of naturally spawned snow.For snowy plains-like biomes.Biomes that spawn as a taiga.Biomes that lack any natural life or vegetation.For biomes that should not spawn monsters over time the normal way. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_DEFAULT_MONSTERS
For biomes that should not spawn monsters over time the normal way. In other words, their Spawners and Spawn Cost entries have the monster category empty. Example: Mushroom Biomes not having Zombies, Creepers, Skeleton, nor any other normal monsters. -
HIDDEN_FROM_LOCATOR_SELECTION
Biomes that should not be locatable/selectable by modded biome-locating items or abilities. -
IS_VOID
-
IS_HOT
-
IS_HOT_OVERWORLD
-
IS_HOT_NETHER
-
IS_HOT_END
-
IS_COLD
-
IS_COLD_OVERWORLD
-
IS_COLD_NETHER
-
IS_COLD_END
-
IS_SPARSE_VEGETATION
-
IS_SPARSE_VEGETATION_OVERWORLD
-
IS_SPARSE_VEGETATION_NETHER
-
IS_SPARSE_VEGETATION_END
-
IS_DENSE_VEGETATION
-
IS_DENSE_VEGETATION_OVERWORLD
-
IS_DENSE_VEGETATION_NETHER
-
IS_DENSE_VEGETATION_END
-
IS_WET
-
IS_WET_OVERWORLD
-
IS_WET_NETHER
-
IS_WET_END
-
IS_DRY
-
IS_DRY_OVERWORLD
-
IS_DRY_NETHER
-
IS_DRY_END
-
IS_OVERWORLD
Biomes that spawn in the Overworld. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_OVERWORLD
NOTE: If you do not add to the vanilla Overworld tag, be sure to add toBiomeTags.HAS_STRONGHOLD
so some Strongholds do not go missing.) -
IS_CONIFEROUS_TREE
-
IS_SAVANNA_TREE
-
IS_JUNGLE_TREE
-
IS_DECIDUOUS_TREE
-
IS_MOUNTAIN
Biomes that spawn as part of giant mountains. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_MOUNTAIN
) -
IS_MOUNTAIN_PEAK
-
IS_MOUNTAIN_SLOPE
-
IS_PLAINS
For temperate or warmer plains-like biomes. For snowy plains-like biomes, seeIS_SNOWY_PLAINS
. -
IS_SNOWY_PLAINS
For snowy plains-like biomes. For warmer plains-like biomes, seeIS_PLAINS
. -
IS_FOREST
Biomes densely populated with deciduous trees. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_FOREST
) -
IS_BIRCH_FOREST
-
IS_FLOWER_FOREST
-
IS_TAIGA
Biomes that spawn as a taiga. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_TAIGA
) -
IS_OLD_GROWTH
-
IS_HILL
Biomes that spawn as a hills biome. (Previously was called Extreme Hills biome in past) (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_HILL
) -
IS_WINDSWEPT
-
IS_JUNGLE
Biomes that spawn as a jungle. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_JUNGLE
) -
IS_SAVANNA
Biomes that spawn as a savanna. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_SAVANNA
) -
IS_SWAMP
-
IS_DESERT
-
IS_BADLANDS
Biomes that spawn as a badlands. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_BADLANDS
) -
IS_BEACH
Biomes that are dedicated to spawning on the shoreline of a body of water. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_BEACH
) -
IS_STONY_SHORES
-
IS_MUSHROOM
-
IS_RIVER
Biomes that spawn as a river. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_RIVER
) -
IS_OCEAN
Biomes that spawn as part of the world's oceans. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_OCEAN
) -
IS_DEEP_OCEAN
Biomes that spawn as part of the world's oceans that have low depth. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_DEEP_OCEAN
) -
IS_SHALLOW_OCEAN
-
IS_UNDERGROUND
-
IS_CAVE
-
IS_LUSH
-
IS_MAGICAL
-
IS_RARE
-
IS_PLATEAU
-
IS_MODIFIED
-
IS_SPOOKY
-
IS_WASTELAND
Biomes that lack any natural life or vegetation. (Example, land destroyed and sterilized by nuclear weapons) -
IS_DEAD
Biomes whose flora primarily consists of dead or decaying vegetation. -
IS_FLORAL
Biomes with a large amount of flowers. -
IS_SANDY
Biomes that are able to spawn sand-based blocks on the surface. -
IS_SNOWY
For biomes that contains lots of naturally spawned snow. For biomes where lot of ice is present, seeIS_ICY
. Biome with lots of both snow and ice may be in both tags. -
IS_ICY
For land biomes where ice naturally spawns. For biomes where snow alone spawns, seeIS_SNOWY
. -
IS_AQUATIC
Biomes consisting primarily of water. -
IS_AQUATIC_ICY
For water biomes where ice naturally spawns. For biomes where snow alone spawns, seeIS_SNOWY
. -
IS_NETHER
Biomes that spawn in the Nether. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_NETHER
) -
IS_NETHER_FOREST
-
IS_END
Biomes that spawn in the End. (This is for people who want to tag their biomes without getting side effects fromBiomeTags.IS_END
) -
IS_OUTER_END_ISLAND
Biomes that spawn as part of the large islands outside the center island in The End dimension.
-
-
Constructor Details
-
Biomes
public Biomes()
-
-
Method Details
-
tag
-