mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Fixed getting and setting of blocks in unloaded chunks
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user