Entity addChild(Entity child) { children.add(child); child.setParent(this); child.init(); return this; }