public void createWorld() { plant = planet.createPlant(); herbivore = planet.createHerbivore(); predator = planet.createPredator(); }