FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

boolean World.isChunkLoaded(x,y) always returning false #123

Closed bastetfurry closed 11 years ago

bastetfurry commented 11 years ago

When trying to find out if a chunk is loaded with World.isChunkLoaded(x,y) false is always returned making it impossible to find out if a chunk is loaded or not.

14mRh4X0r commented 11 years ago

Please note that you have to use chunk coordinates, not block coordinates.

ayyron-dev commented 11 years ago

@bastetfurry have you been able to verify that you were using chunk coordinates not block coordinates? it appears to be working fine for me.

ayyron-dev commented 11 years ago

Closing due to unable to reproduce and no further input given.