Class DummySavedData
java.lang.Object
net.minecraft.world.level.saveddata.SavedData
net.neoforged.neoforge.common.util.DummySavedData
Deprecated, for removal: This API element is subject to removal in a future version.
This type often causes more data corruption than is worth.
A no-op
SavedData implementation which does not store data.-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.saveddata.SavedData
SavedData.Factory<T extends SavedData> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DummySavedDataDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidsave(File file, HolderLookup.Provider provider) Deprecated, for removal: This API element is subject to removal in a future version.save(CompoundTag compound, HolderLookup.Provider provider) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
DUMMY
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
DummySavedData
private DummySavedData()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details