Checks whether or not the given world is a child of this one.
if(!overworld.hasChild(nether)) { overworld.addChild(nether); }
See Implementation
Checks whether or not the given world is a child of this one.