Package net.frozenblock.lib.wind.impl
Class WindStorage
java.lang.Object
net.minecraft.world.level.saveddata.SavedData
net.frozenblock.lib.wind.impl.WindStorage
public class WindStorage
extends net.minecraft.world.level.saveddata.SavedData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull WindStorageload(@NotNull net.minecraft.nbt.CompoundTag compoundTag, WindManager manager) @NotNull net.minecraft.nbt.CompoundTagsave(@NotNull net.minecraft.nbt.CompoundTag compoundTag) Methods inherited from class net.minecraft.world.level.saveddata.SavedData
isDirty, save, setDirty, setDirty
-
Field Details
-
WIND_FILE_ID
- See Also:
-
-
Constructor Details
-
WindStorage
-
-
Method Details
-
save
@NotNull public @NotNull net.minecraft.nbt.CompoundTag save(@NotNull @NotNull net.minecraft.nbt.CompoundTag compoundTag) - Specified by:
savein classnet.minecraft.world.level.saveddata.SavedData
-
load
@NotNull public static @NotNull WindStorage load(@NotNull @NotNull net.minecraft.nbt.CompoundTag compoundTag, WindManager manager)
-