Пример #1
0
  protected void b(Entity entity) {
    super.b(entity);
    this.entitiesById.d(entity.id);
    Entity[] aentity = entity.ao();

    if (aentity != null) {
      for (int i = 0; i < aentity.length; ++i) {
        this.entitiesById.d(aentity[i].id);
      }
    }
  }