ensureInitialized static method

CellShuffledMapper ensureInitialized()

Implementation

static CellShuffledMapper ensureInitialized() {
  if (_instance == null) {
    MapperContainer.globals.use(_instance = CellShuffledMapper._());
    ServerWorldEventMapper.ensureInitialized().addSubMapper(_instance!);
    GlobalVectorDefinitionMapper.ensureInitialized();
  }
  return _instance!;
}