Interface BiomeSelectionContext

All Superinterfaces:
org.quiltmc.qsl.worldgen.biome.api.BiomeSelectionContext

@Deprecated public interface BiomeSelectionContext extends org.quiltmc.qsl.worldgen.biome.api.BiomeSelectionContext
Deprecated.
Use Quilt Biome API's BiomeSelectionContext instead.
Context given to a biome selector for deciding whether it applies to a biome or not.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    default boolean
    Deprecated.
    Returns true if this biome is in the given TagKey.

    Methods inherited from interface org.quiltmc.qsl.worldgen.biome.api.BiomeSelectionContext

    canGenerateIn, doesPlacedFeatureExist, doesRegistryEntryExist, getBiome, getBiomeHolder, getBiomeKey, getFeatureKey, getPlacedFeatureKey, getStructureKey, hasFeature, hasPlacedFeature, isIn, validForStructure
  • Method Details

    • getBiomeRegistryEntry

      default RegistryEntry<Biome> getBiomeRegistryEntry()
      Deprecated.
    • hasTag

      default boolean hasTag(TagKey<Biome> tag)
      Deprecated.
      Returns true if this biome is in the given TagKey..
      Returns:
      true if this biome is in the given TagKey