Class: BiomeType
biomeBeta
描述一种生物群系类型。
Describes a type of biome.
Properties
id
readonlyid: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.
