tableToLocation

public static Location tableToLocation(LuaValue value)

Convert a Lua table with x, y, z, world fields into a Bukkit Location. Returns null if the value is not a table, the world field is absent, or the named world is not currently loaded.