Condition.loaded constructor
Condition.loaded(
- Location cond
checks if the chunk of the location is loaded:
Implementation
Condition.loaded(Location cond) {
_setCond(cond, loaded: true);
}
checks if the chunk of the location is loaded:
Condition.loaded(Location cond) {
_setCond(cond, loaded: true);
}