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
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    WindStorage(WindManager windManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    load(net.minecraft.nbt.CompoundTag compoundTag)
     
    net.minecraft.nbt.CompoundTag
    save(net.minecraft.nbt.CompoundTag compoundTag)
     

    Methods inherited from class net.minecraft.world.level.saveddata.SavedData

    isDirty, save, setDirty, setDirty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • WindStorage

      public WindStorage(WindManager windManager)
  • Method Details

    • save

      public net.minecraft.nbt.CompoundTag save(net.minecraft.nbt.CompoundTag compoundTag)
      Specified by:
      save in class net.minecraft.world.level.saveddata.SavedData
    • load

      public WindStorage load(net.minecraft.nbt.CompoundTag compoundTag)