Supports a catalog of available biome types registered within Minecraft.

Methods

Methods

  • Beta

    Parameters

    • typeName: string

      Identifier of the biome. Generally, namespaced identifiers (e.g., minecraft:frozen_peaks) should be used.

    Returns BiomeType

    If the biome exists, a BiomeType object is returned. If not, undefined is returned.

    Returns a specific biome type.

  • Beta

    Returns BiomeType[]

    Returns all registered biome types within Minecraft