Changes

Summary

  1. With _profile, put deobf name in renamed method name to make stack (commit: 7974d13) (details)
  2. Avoid unnecessary getBlockTE calls, store TickRegion with (commit: d512bc2) (details)
Commit 7974d131aa37ffc34ada030d6c45faae279ac62e by rallanpcl
With _profile, put deobf name in renamed method name to make stack traces easier to understand.

Signed-off-by: Ross Allan <[email protected]>
(commit: 7974d13)
The file was modifiedsrc/common/me/nallar/tickthreading/patcher/Patches.java (diff)
Commit d512bc2e8f1a98ab4b3708eefe1a8fa7221c81e0 by rallanpcl
Avoid unnecessary getBlockTE calls, store TickRegion with Entity/TileEntity to reduce hashmap lookups

Signed-off-by: Ross Allan <[email protected]>
(commit: d512bc2)
The file was modifiedsrc/common/me/nallar/patched/PatchTileEntity.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/commands/ProfileCommand.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickManager.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickregion/TileEntityTickRegion.java (diff)
The file was modifiedsrc/common/me/nallar/patched/PatchEntity.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickregion/EntityTickRegion.java (diff)