Fixed getting and setting of blocks in unloaded chunks

This commit is contained in:
zml2008
2011-08-29 17:31:08 -07:00
parent 02d8acfa81
commit bc6315fb24
3 changed files with 18 additions and 0 deletions

View File

@ -349,6 +349,13 @@ public abstract class LocalWorld {
return type >= 0 && type < 96;
}
/**
* Checks if the chunk pt is in is loaded. if not, loads the chunk
*
* @param pt Position to check
*/
public abstract void checkLoadedChuck(Vector pt);
/**
* Compare if the other world is equal.
*