For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/classes/BiomeType.md.

Class: BiomeType

biome

Beta

描述一种生物群系类型。

Describes a type of biome.

Properties

id

readonly id: string

Beta

Remarks

生物群系类型的标识符。

Identifier of the biome type.

Methods

getTags()

getTags(): string[]

Beta

Returns

string[]

Remarks

返回该生物群系的标签列表。

Returns a list of the biome's tags.


hasTags()

hasTags(tags): boolean

Beta

Parameters

tags

string[]

要检查的标签列表。

The list of tags to check against the biome.

Returns

boolean

Remarks

检查生物群系是否拥有所有提供的标签。

Checks if the biome has all of the provided tags.

同领域相关