Supports a catalog of available biome types registered within Minecraft.

Hierarchy

  • BiomeTypes

Constructors

Methods

Constructors

Methods

  • 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.

    Remarks

    Returns a specific biome type.

  • Returns BiomeType[]

    Remarks

    Returns all registered biome types within Minecraft