net.minecraft.world.level.chunk.storage

public class EntityStorage

implements EntityPersistentStorage<Entity>

efo
net.minecraft.world.level.chunk.storage.EntityStorage
net.minecraft.class_5565

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_27232
private static final String
b
ENTITIES_TAG
field_31414
private static final String
c
POSITION_TAG
field_31415
private final ServerLevel
d
level
field_27233
private final SimpleRegionStorage
e
simpleRegionStorage
field_48747
private final it.unimi.dsi.fastutil.longs.LongSet
f
emptyChunks
field_27235
private final ConsecutiveExecutor
g
entityDeserializerQueue
field_34056

Constructor summary

ModifierConstructor
public (SimpleRegionStorage arg0, ServerLevel arg1, Executor arg2)

Method summary

Modifier and TypeMethod
public CompletableFuture<ChunkEntities<Entity>>
a(dke arg0)
loadEntities(ChunkPos arg0)
method_31759(class_1923 arg0)
private static ChunkEntities<Entity>
b(dke arg0)
emptyChunk(ChunkPos arg0)
method_31735(class_1923 arg0)
public void
a(egj<bxs> arg0)
storeEntities(ChunkEntities<Entity> arg0)
method_31760(class_5566<class_1297> arg0)
private void
a(CompletableFuture<?> arg0, dke arg1)
reportSaveFailureIfPresent(CompletableFuture<?> arg0, ChunkPos arg1)
method_61001(CompletableFuture<?> arg0, class_1923 arg1)
private void
b(CompletableFuture<?> arg0, dke arg1)
reportLoadFailureIfPresent(CompletableFuture<?> arg0, ChunkPos arg1)
method_61003(CompletableFuture<?> arg0, class_1923 arg1)
public void
a(boolean arg0)
flush(boolean arg0)
method_31758(boolean arg0)
public void
close()
close()