Class NBTEntityStorage<T extends net.minecraft.world.entity.Entity>

java.lang.Object
com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage<T>
com.pixelmonmod.pixelmon.api.entity.npc.storage.NBTEntityStorage<T>
All Implemented Interfaces:
EntityStorage<T>, Iterable<StoredEntity<T>>

public class NBTEntityStorage<T extends net.minecraft.world.entity.Entity> extends MapBasedEntityStorage<T>
  • Constructor Details

    • NBTEntityStorage

      public NBTEntityStorage(String filePath)
    • NBTEntityStorage

      public NBTEntityStorage(File file)
  • Method Details

    • load

      public void load()
      Description copied from interface: EntityStorage
      Loads the entities from the storage
    • save

      public void save()
      Description copied from interface: EntityStorage
      Saves the entities to the storage