Posted July 4, 20205 yr Hello. I'm still doing some updating to version 1.16.1... My problem currently is that I can't find the methods "World.getSaveHandler()" or "World.getSeed()". Are there moved anywhere, or are they entirely removed? I'd be glad if you could solve this mystery. Thanks for any answeres.
July 4, 20205 yr getSaveHandler is part of ServerWorld now, rather than World. getSeed is still getSeed and is declared in the IWorld interface, so all Worlds should have it. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
July 4, 20205 yr Author @Draco18s Well, I couldn't find any of those methods in there, and these code lines won't compile either: StructureDataHandler.onSaveEntireWorld(((ServerWorld)event.getWorld()).getSaveHandler(), event.getWorld(), false); message.seed = contextSupplier.get().getSender().getEntityWorld().getSeed(); Both saying that the method doesn't exist in one ore another way. Maybe that's because I updated to the newest build of forge?
July 4, 20205 yr Could be. There's still a lot of methods in 1.16 that haven't been properly named yet Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.