类 BiomeTypes实验性

Supports a catalog of available biome types registered within Minecraft.

方法

方法

  • 实验性

    参数

    • typeName: string

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

    返回 BiomeType

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

    Returns a specific biome type.