Posted June 30, 201510 yr Greetings! I'm trying to save extra data per world, based on this post. The WorldSavedData class is taken care of, now I only need a method that gets called every time a world gets created to add the WorldSavedData object to the world.mapStorage Any suggestions? Thanks in advance, Pancake
June 30, 201510 yr Author No, you don't need that. Use a method like this and whenever you need access to your WorldSavedData you call that method. It will lazily create the data first time when it's needed. It worked! One note to future readers though... I got a runtime error because it could not instantiate my class. Apparently you need a constructor with a String for your WorldSavedData class. Keep that in mind
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.