CraftTweakerSavedData
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Description
Data that is saved and loaded with the world when it is saved and loaded from disk. Saved Data is only on the server side, so you can only get it from a net.minecraft.server.level.ServerLevel
.
Extends
CraftTweakerSavedData extends SavedData
.