Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

IBiomeType

Importing the package

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import.
import crafttweaker.world.IBiomeType;

ZenGetters

ZenGetterReturn Type
ZenGetter
name
Return Type
string
ZenGetter
biomes
Return Type
List<IBiome>