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>
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
trackedEntities
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
add, find, getAll, iterator, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
NBTEntityStorage
-
NBTEntityStorage
-
-
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
-