Interface BiomeModifications.BiomeContext

Enclosing class:
BiomeModifications

public static interface BiomeModifications.BiomeContext
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<net.minecraft.resources.ResourceLocation>
     
     
    boolean
    hasTag(net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> tag)
     
  • Method Details

    • getKey

      Optional<net.minecraft.resources.ResourceLocation> getKey()
    • getProperties

      BiomeProperties getProperties()
    • hasTag

      boolean hasTag(net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> tag)