Jump to content

Saving arraylist variable [1.19.2]


Vortek

Recommended Posts

How could I save/load an arraylist variable and attach it to the map/world? And if I was to serialize the arraylists into a file, where would I put it? Can I use SavedData with lists?

I'm quite a beginner, but I did some digging and didn't find a solution yet, any help would be greatly appreciated.

Edited by Vortek
Link to comment
Share on other sites

https://forge.gemwire.uk/wiki/Saved_Data

just make one method (save) that stores your thing into CompoundNBT and another (constructor in 1.18+, separate load method in 1.16) that rebuilds your list/map/whatever from NBT.

you can attach everything to overworld (unless the world is part of your data in which case split and attach separate data to each world).

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.