04-24-2015, 06:24 PM
I may be making some wrong assumptions, I never dealt with this before. So help me ask the right question:
- I don't have a cWorld in PathFinder.cpp and I need one for fetching block status (Correct?)
- This means that the mobs who are interesting in PathFindeing should pass the cPathFinder a cWorld instance (Correct?)
- Currently, I don't want to deal with mobs, so I asked if I can fetch the cWorld of the overworld without them.