Condition.biome constructor

Condition.biome(
  1. Biome cond
)

checks if the execution is in a matching biome

Implementation

Condition.biome(Biome cond) {
  _setCond(cond);
}