@minecraft/server
    Preparing search index...

    Class BiomeTypesBeta

    Supports a catalog of available biome types registered within Minecraft.

    Index

    Methods

    Methods

    • Beta

      Parameters

      • typeName: string

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

      Returns undefined | 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