Condition.biome constructor
Condition.biome(
- Biome cond
checks if the execution is in a matching biome
Implementation
Condition.biome(Biome cond) {
_setCond(cond);
}
checks if the execution is in a matching biome
Condition.biome(Biome cond) {
_setCond(cond);
}