Package net.minecraft.world.level.entity
Interface EntityPersistentStorage<T>
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
EntityStorage
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()voidflush(boolean synchronize) loadEntities(ChunkPos pos) voidstoreEntities(ChunkEntities<T> entities)
-
Method Details
-
loadEntities
-
storeEntities
-
flush
void flush(boolean synchronize) -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-