History - net.minecraft.world.level.entity.PersistentEntitySectionManager
1.21.3
Names
dxr
ecj
Fields
Set<UUID>: b, knownUuids, field_27261, entityUuids, f_157491_
Set<UUID>: b, knownUuids, field_27261, entityUuids
LevelCallback<T>: c, callbacks, field_27262, handler, f_157492_
LevelCallback<T>: c, callbacks, field_27262, handler
EntityPersistentStorage<T>: d, permanentStorage, field_27263, dataAccess, f_157493_
EntityPersistentStorage<T>: d, permanentStorage, field_27263, dataAccess
EntityLookup<T>: e, visibleEntityStorage, field_27264, index, f_157494_
EntityLookup<T>: e, visibleEntityStorage, field_27264, index
EntitySectionStorage<T>: f, sectionStorage, field_27265, cache, f_157495_
EntitySectionStorage<T>: f, sectionStorage, field_27265, cache
LevelEntityGetter<T>: g, entityGetter, field_27266, lookup, f_157496_
LevelEntityGetter<T>: g, entityGetter, field_27266, lookup
it.unimi.dsi.fastutil.longs.Long2ObjectMap<Visibility>: h, chunkVisibility, field_27267, trackingStatuses, f_157497_
it.unimi.dsi.fastutil.longs.Long2ObjectMap<Visibility>: h, chunkVisibility, field_27267, trackingStatuses
it.unimi.dsi.fastutil.longs.Long2ObjectMap<PersistentEntitySectionManager$ChunkLoadStatus>: i, chunkLoadStatuses, field_27268, managedStatuses, f_157498_
it.unimi.dsi.fastutil.longs.Long2ObjectMap<PersistentEntitySectionManager$ChunkLoadStatus>: i, chunkLoadStatuses, field_27268, managedStatuses
it.unimi.dsi.fastutil.longs.LongSet: j, chunksToUnload, field_27269, pendingUnloads, f_157499_
it.unimi.dsi.fastutil.longs.LongSet: j, chunksToUnload, field_27269, pendingUnloads
Queue<ChunkEntities<T>>: k, loadingInbox, field_27270, loadingQueue, f_157500_
Queue<ChunkEntities<T>>: k, loadingInbox, field_27270, loadingQueue
org.slf4j.Logger: a, LOGGER, field_27260, LOGGER, f_157490_
org.slf4j.Logger: a, LOGGER, field_27260, LOGGER
Constructors
Methods
void (long, EntitySection<T>): a, removeSectionIfEmpty, method_31811, entityLeftSection, m_157509_
void (long, EntitySection<T>): a, removeSectionIfEmpty, method_31811, entityLeftSection
boolean (T): b, addEntityUuid, method_31831, addEntityUuid, m_157557_
boolean (T): b, addEntityUuid, method_31831, addEntityUuid
boolean (T): a, addNewEntity, method_31818, addEntity, m_157533_
boolean (T): a, addNewEntity, method_31818, addEntity
boolean (T, boolean): a, addEntity, method_31820, addEntity, m_157538_
boolean (T, boolean): a, addEntity, method_31820, addEntity
<T extends EntityAccess> Visibility (T, Visibility): a, getEffectiveStatus, method_31832, getNeededLoadStatus, m_157535_
<T extends EntityAccess> Visibility (T, Visibility): a, getEffectiveStatus, method_31832, getNeededLoadStatus
void (Stream<T>): a, addLegacyChunkEntities, method_31828, loadEntities, m_157552_
void (Stream<T>): a, addLegacyChunkEntities, method_31828, loadEntities
void (Stream<T>): b, addWorldGenChunkEntities, method_31835, addEntities, m_157559_
void (Stream<T>): b, addWorldGenChunkEntities, method_31835, addEntities
void (T): c, startTicking, method_31838, startTicking, m_157564_
void (T): c, startTicking, method_31838, startTicking
void (T): d, stopTicking, method_31843, stopTicking, m_157570_
void (T): d, stopTicking, method_31843, stopTicking
void (T): e, startTracking, method_31847, startTracking, m_157575_
void (T): e, startTracking, method_31847, startTracking
void (T): f, stopTracking, method_31850, stopTracking, m_157580_
void (T): f, stopTracking, method_31850, stopTracking
void (ChunkPos, Visibility): a, updateChunkStatus, method_31816, updateTrackingStatus, m_157527_
void (ChunkPos, Visibility): a, updateChunkStatus, method_31816, updateTrackingStatus
void (long): b, ensureChunkQueuedForLoad, method_31810, readIfFresh, m_157555_
void (long): b, ensureChunkQueuedForLoad, method_31810, readIfFresh
boolean (long, Consumer<T>): a, storeChunkSections, method_31812, trySave, m_157512_
boolean (long, Consumer<T>): a, storeChunkSections, method_31812, trySave
void (long): c, requestChunkLoad, method_31830, scheduleRead, m_157562_
void (long): c, requestChunkLoad, method_31830, scheduleRead
boolean (long): d, processChunkUnload, method_31837, unload, m_157568_
boolean (long): d, processChunkUnload, method_31837, unload
void (EntityAccess): g, unloadEntity, method_31852, unload, m_157585_
void (EntityAccess): g, unloadEntity, method_31852, unload
void (): g, processUnloads, method_31851, unloadChunks, m_157577_
void (): g, processUnloads, method_31851, unloadChunks
void (): h, processPendingLoads, method_31853, loadChunks, m_157582_
void (): h, processPendingLoads, method_31853, loadChunks
void (): a, tick, method_31809, tick, m_157506_
void (): a, tick, method_31809, tick
it.unimi.dsi.fastutil.longs.LongSet (): i, getAllChunksToSave, method_31855, getLoadedChunks, m_157587_
it.unimi.dsi.fastutil.longs.LongSet (): i, getAllChunksToSave, method_31855, getLoadedChunks
void (): b, autoSave, method_31829, save, m_157554_
void (): b, autoSave, method_31829, save
void (): c, saveAll, method_31836, flush, m_157561_
void (): c, saveAll, method_31836, flush
void (): close, close, close
void (): close, close
boolean (UUID): a, isLoaded, method_31827, has, m_157550_
boolean (UUID): a, isLoaded, method_31827, has
LevelEntityGetter<T> (): d, getEntityGetter, method_31841, getLookup, m_157567_
LevelEntityGetter<T> (): d, getEntityGetter, method_31841, getLookup
boolean (long): a, areEntitiesLoaded, method_37252, isLoaded, m_157507_
boolean (long): a, areEntitiesLoaded, method_37252, isLoaded
void (Writer): a, dumpSections, method_31826, dump, m_157548_
void (Writer): a, dumpSections, method_31826, dump
String (): e, gatherStats, method_31845, getDebugString, m_157572_
String (): e, gatherStats, method_31845, getDebugString
boolean (BlockPos): a, canPositionTick, method_40022, shouldTick, m_202167_
boolean (BlockPos): a, canPositionTick, method_40022, shouldTick
boolean (ChunkPos): a, canPositionTick, method_40021, shouldTick, m_202165_
boolean (ChunkPos): a, canPositionTick, method_40021, shouldTick
void (ChunkPos, FullChunkStatus): a, updateChunkStatus, method_31815, updateTrackingStatus, m_287207_
void (ChunkPos, FullChunkStatus): a, updateChunkStatus, method_31815, updateTrackingStatus
int (): f, count, method_54490, getIndexSize, m_306627_
int (): f, count, method_54490, getIndexSize
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
dwp
dxr
Fields
Constructors
Methods
1.20.6
Names
dnj
dwp
Fields
Constructors
Methods
1.20.4
Names
djl
dnj
Fields
Constructors
Methods
void (): f, processUnloads, method_31851, unloadChunks, m_157577_
void (): g, processUnloads, method_31851, unloadChunks, m_157577_
void (): g, processPendingLoads, method_31853, loadChunks, m_157582_
void (): h, processPendingLoads, method_31853, loadChunks, m_157582_
it.unimi.dsi.fastutil.longs.LongSet (): h, getAllChunksToSave, method_31855, getLoadedChunks, m_157587_
it.unimi.dsi.fastutil.longs.LongSet (): i, getAllChunksToSave, method_31855, getLoadedChunks, m_157587_
int (): f, count, method_54490, getIndexSize, m_306627_
1.20.2
Names
dgd
djl
Fields
Constructors
Methods
1.20.1
Names
dfs
dgd
Fields
Constructors
Methods
void (ChunkPos, ChunkHolder$FullChunkStatus): a, updateChunkStatus, method_31815, updateTrackingStatus, m_157524_
void (ChunkPos, FullChunkStatus): a, updateChunkStatus, method_31815, updateTrackingStatus, m_287207_
1.19.4
Names
dcu
dfs
Fields
Constructors
Methods
1.19.3
Names
czn
dcu
Fields
Constructors
Methods
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
cyq
czn
Fields
Constructors
Methods
1.19
Names
csr
cyq
Fields
Constructors
Methods
1.18.2
Names
crz
csr
Fields
org.apache.logging.log4j.Logger: a, LOGGER, field_27260, LOGGER, f_157490_
org.slf4j.Logger: a, LOGGER, field_27260, LOGGER, f_157490_
Constructors
Methods
boolean (BlockPos): a, isPositionTicking, method_37254, shouldTick, m_157546_
boolean (ChunkPos): a, isPositionTicking, method_37253, shouldTick, m_157522_
boolean (BlockPos): a, canPositionTick, method_40022, shouldTick, m_202167_
boolean (ChunkPos): a, canPositionTick, method_40021, shouldTick, m_202165_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
cop
crz
Fields
Constructors
Methods
void (): a, tick, method_31809, tick, m_157506_, tick
void (): a, tick, method_31809, tick, m_157506_
boolean (BlockPos): a, isPositionTicking, method_37254, method_37254, m_157546_
boolean (BlockPos): a, isPositionTicking, method_37254, shouldTick, m_157546_
boolean (ChunkPos): a, isPositionTicking, method_37253, method_37253, m_157522_
boolean (ChunkPos): a, isPositionTicking, method_37253, shouldTick, m_157522_
boolean (long): a, areEntitiesLoaded, method_37252, method_37252, m_157507_
boolean (long): a, areEntitiesLoaded, method_37252, isLoaded, m_157507_
1.17.1
Names
coo
cop
Fields
Constructors
Methods
void (): a, tick, method_31809, tick, m_157506_
void (): a, tick, method_31809, tick, m_157506_, tick
1.17
Names
coo
net.minecraft.world.level.entity.PersistentEntitySectionManager
net.minecraft.class_5579
net.minecraft.server.world.ServerEntityManager
net.minecraft.src.C_141295_
net.minecraft.world.level.entity.PersistentEntitySectionManager
Fields
org.apache.logging.log4j.Logger: a, LOGGER, field_27260, LOGGER, f_157490_
Set<UUID>: b, knownUuids, field_27261, entityUuids, f_157491_
LevelCallback<T>: c, callbacks, field_27262, handler, f_157492_
EntityPersistentStorage<T>: d, permanentStorage, field_27263, dataAccess, f_157493_
EntityLookup<T>: e, visibleEntityStorage, field_27264, index, f_157494_
EntitySectionStorage<T>: f, sectionStorage, field_27265, cache, f_157495_
LevelEntityGetter<T>: g, entityGetter, field_27266, lookup, f_157496_
it.unimi.dsi.fastutil.longs.Long2ObjectMap<Visibility>: h, chunkVisibility, field_27267, trackingStatuses, f_157497_
it.unimi.dsi.fastutil.longs.Long2ObjectMap<PersistentEntitySectionManager$ChunkLoadStatus>: i, chunkLoadStatuses, field_27268, managedStatuses, f_157498_
it.unimi.dsi.fastutil.longs.LongSet: j, chunksToUnload, field_27269, pendingUnloads, f_157499_
Queue<ChunkEntities<T>>: k, loadingInbox, field_27270, loadingQueue, f_157500_
Constructors
(Class<T>, LevelCallback<T>, EntityPersistentStorage<T>)
Methods
void (long, EntitySection<T>): a, removeSectionIfEmpty, method_31811, entityLeftSection, m_157509_
boolean (T): b, addEntityUuid, method_31831, addEntityUuid, m_157557_
boolean (T): a, addNewEntity, method_31818, addEntity, m_157533_
boolean (T, boolean): a, addEntity, method_31820, addEntity, m_157538_
<T extends EntityAccess> Visibility (T, Visibility): a, getEffectiveStatus, method_31832, getNeededLoadStatus, m_157535_
void (Stream<T>): a, addLegacyChunkEntities, method_31828, loadEntities, m_157552_
void (Stream<T>): b, addWorldGenChunkEntities, method_31835, addEntities, m_157559_
void (T): c, startTicking, method_31838, startTicking, m_157564_
void (T): d, stopTicking, method_31843, stopTicking, m_157570_
void (T): e, startTracking, method_31847, startTracking, m_157575_
void (T): f, stopTracking, method_31850, stopTracking, m_157580_
void (ChunkPos, ChunkHolder$FullChunkStatus): a, updateChunkStatus, method_31815, updateTrackingStatus, m_157524_
void (ChunkPos, Visibility): a, updateChunkStatus, method_31816, updateTrackingStatus, m_157527_
void (long): b, ensureChunkQueuedForLoad, method_31810, readIfFresh, m_157555_
boolean (long, Consumer<T>): a, storeChunkSections, method_31812, trySave, m_157512_
void (long): c, requestChunkLoad, method_31830, scheduleRead, m_157562_
boolean (long): d, processChunkUnload, method_31837, unload, m_157568_
void (EntityAccess): g, unloadEntity, method_31852, unload, m_157585_
void (): f, processUnloads, method_31851, unloadChunks, m_157577_
void (): g, processPendingLoads, method_31853, loadChunks, m_157582_
void (): a, tick, method_31809, tick, m_157506_
it.unimi.dsi.fastutil.longs.LongSet (): h, getAllChunksToSave, method_31855, getLoadedChunks, m_157587_
void (): b, autoSave, method_31829, save, m_157554_
void (): c, saveAll, method_31836, flush, m_157561_
void (): close, close, close
boolean (UUID): a, isLoaded, method_31827, has, m_157550_
LevelEntityGetter<T> (): d, getEntityGetter, method_31841, getLookup, m_157567_
boolean (BlockPos): a, isPositionTicking, method_37254, method_37254, m_157546_
boolean (ChunkPos): a, isPositionTicking, method_37253, method_37253, m_157522_
boolean (long): a, areEntitiesLoaded, method_37252, method_37252, m_157507_
void (Writer): a, dumpSections, method_31826, dump, m_157548_
String (): e, gatherStats, method_31845, getDebugString, m_157572_