MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / loadEntities

Method loadEntities

src/main/java/net/minecraft/world/World.java:3145–3153  ·  view source on GitHub ↗
(Collection<Entity> entityCollection)

Source from the content-addressed store, hash-verified

3143 }
3144
3145 public void loadEntities(Collection<Entity> entityCollection)
3146 {
3147 this.loadedEntityList.addAll(entityCollection);
3148
3149 for (Entity entity : entityCollection)
3150 {
3151 this.onEntityAdded(entity);
3152 }
3153 }
3154
3155 public void unloadEntities(Collection<Entity> entityCollection)
3156 {

Callers 1

onChunkLoadMethod · 0.80

Calls 2

onEntityAddedMethod · 0.95
addAllMethod · 0.80

Tested by

no test coverage detected