Changes

Summary

  1. Make all playerEntities iteration use .iterator(), use getChunkIfExists (commit: a1578c3) (details)
  2. Ensure that me.nallar.patched classes are never loaded. (commit: 73db213) (details)
Commit a1578c3b48cba7c0fb07fc44b16bda77e6ef31bf by rallanpcl
Make all playerEntities iteration use .iterator(), use getChunkIfExists where sensible in World. should fix EntityTrackerEntry NPE.

Signed-off-by: Ross Allan <[email protected]>
(commit: a1578c3)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/ChunkGarbageCollector.java (diff)
The file was modifiedsrc/common/me/nallar/patched/world/PatchWorld.java (diff)
The file was modifiedsrc/common/me/nallar/patched/PatchSpawnerAnimals.java (diff)
Commit 73db2136d0b557a207119507241961db890c9562 by rallanpcl
Ensure that me.nallar.patched classes are never loaded.

Signed-off-by: Ross Allan <[email protected]>
(commit: 73db213)
The file was modifiedsrc/common/me/nallar/patched/forge/PatchRelaunchClassLoader.java (diff)