接口 EntityPersistentStorage<T>
- 所有超级接口:
AutoCloseable
- 所有已知实现类:
EntityStorage
-
方法概要
修饰符和类型方法说明default void
close()
void
flush
(boolean p_182503_) loadEntities
(ChunkPos p_156824_) void
storeEntities
(ChunkEntities<T> p_156825_)
-
方法详细资料
-
loadEntities
-
storeEntities
-
flush
void flush(boolean p_182503_) -
close
- 指定者:
close
在接口中AutoCloseable
- 抛出:
IOException
-