Class ConventionalBiomeTags

java.lang.Object
net.fabricmc.fabric.api.tag.convention.v1.ConventionalBiomeTags

public class ConventionalBiomeTags extends Object
See BiomeTags for vanilla tags. Note that addition to some vanilla tags implies having certain functionality, and as such certain biome tags exist to mirror vanilla tags, and should be preferred over vanilla unless its behavior is desired.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes consisting primarily of water.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes that exist on the shoreline of a body of water.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes whose flora primarily consists of dead or decaying vegetation.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes that spawn as or on islands in the End.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes with a large amount of flowers.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes densely populated with deciduous trees.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    For biomes where ice naturally spawns.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes that spawn in the Nether.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes that spawn in the Overworld.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Biomes that spawn in the End.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    For temperate or warmer plains-like biomes.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    For biomes where snow, and not ice, naturally spawns as an predominant feature.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    For snowy plains-like biomes.
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
     
    static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome>
    Barren biomes that lack vegetation.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • IN_OVERWORLD

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> IN_OVERWORLD
      Biomes that spawn in the Overworld.
    • IN_THE_END

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> IN_THE_END
      Biomes that spawn in the End.
    • IN_NETHER

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> IN_NETHER
      Biomes that spawn in the Nether.
    • TAIGA

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> TAIGA
    • EXTREME_HILLS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> EXTREME_HILLS
    • JUNGLE

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> JUNGLE
    • MESA

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> MESA
    • PLAINS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> PLAINS
      For temperate or warmer plains-like biomes. For snowy plains-like biomes, see SNOWY_PLAINS.
    • SAVANNA

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> SAVANNA
    • ICY

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> ICY
      For biomes where ice naturally spawns. For biomes where snow alone spawns, see SNOWY.
    • BEACH

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> BEACH
      Biomes that exist on the shoreline of a body of water.
    • FOREST

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> FOREST
      Biomes densely populated with deciduous trees.
    • OCEAN

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> OCEAN
    • DESERT

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> DESERT
    • RIVER

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> RIVER
    • SWAMP

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> SWAMP
    • MUSHROOM

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> MUSHROOM
    • UNDERGROUND

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> UNDERGROUND
    • MOUNTAIN

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> MOUNTAIN
    • CLIMATE_HOT

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> CLIMATE_HOT
    • CLIMATE_TEMPERATE

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> CLIMATE_TEMPERATE
    • CLIMATE_COLD

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> CLIMATE_COLD
    • CLIMATE_WET

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> CLIMATE_WET
    • CLIMATE_DRY

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> CLIMATE_DRY
    • VEGETATION_SPARSE

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> VEGETATION_SPARSE
    • VEGETATION_DENSE

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> VEGETATION_DENSE
    • TREE_CONIFEROUS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> TREE_CONIFEROUS
    • TREE_SAVANNA

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> TREE_SAVANNA
    • TREE_JUNGLE

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> TREE_JUNGLE
    • TREE_DECIDUOUS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> TREE_DECIDUOUS
    • VOID

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> VOID
    • MOUNTAIN_PEAK

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> MOUNTAIN_PEAK
    • MOUNTAIN_SLOPE

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> MOUNTAIN_SLOPE
    • AQUATIC

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> AQUATIC
      Biomes consisting primarily of water.
    • WASTELAND

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> WASTELAND
      Barren biomes that lack vegetation.
    • DEAD

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> DEAD
      Biomes whose flora primarily consists of dead or decaying vegetation.
    • FLORAL

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> FLORAL
      Biomes with a large amount of flowers.
    • SNOWY

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> SNOWY
      For biomes where snow, and not ice, naturally spawns as an predominant feature. For biomes where ice is a predominant feature, see ICY.
    • BADLANDS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> BADLANDS
    • CAVES

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> CAVES
    • END_ISLANDS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> END_ISLANDS
      Biomes that spawn as or on islands in the End.
    • NETHER_FORESTS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> NETHER_FORESTS
    • SNOWY_PLAINS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> SNOWY_PLAINS
      For snowy plains-like biomes. For warmer plains-like biomes, see PLAINS.
    • STONY_SHORES

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> STONY_SHORES
    • FLOWER_FORESTS

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> FLOWER_FORESTS
    • DEEP_OCEAN

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> DEEP_OCEAN
    • SHALLOW_OCEAN

      public static final net.minecraft.tag.TagKey<net.minecraft.world.biome.Biome> SHALLOW_OCEAN
  • Constructor Details

    • ConventionalBiomeTags

      public ConventionalBiomeTags()