Posted May 6, 20223 yr So far I've been able to obtain a world object using the MinecraftServer#getLevel method, obtaining the instance from Level#getServer. However, only ServerLevel#getServer actually returns a result that is not null, meaning that you can only get a world using its location on the server... How can I get it from the CLIENT?? I can't do Level#getServer as it returns null, because of that, I cannot use MinecraftServer#getLevel to get the world from its location name
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.