Jump to content

[1.9] [SOLVED] Getting MinecraftSever without access to worlObj


Elix_x

Recommended Posts

Hello everybody.

More specifically, in 1.7.10 and 1.8, we could use

MinecraftServer.getServer().worldServerForDimension(dimId)

to retrieve world for dimension id.

What should we use now?

 

I suspect

DimensionManager.getWorld

, but before all methods in

DimensionManager

, except registration methods were marked with internal use only.

Is it safe to use them now?

 

Thanks for help!

If you have any questions - just ask!

Link to comment
Share on other sites

Not every method in DimensionManager was marked for internal use, ever...

DimensionManager.getWorld

was always the correct choice.

If you absolutely must access the MinecraftServer instance you can use

FMLCommonHandler#getMinecraftServerInstance

.

Thanks!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.