Changes

Summary

  1. Avoid directly using unsafe instance for throwing checked exceptions (commit: 8f5accf) (details)
Commit 8f5accf8bcda21e64e361dabb6db7bededa4243b by rallanpcl
Avoid directly using unsafe instance for throwing checked exceptions unsafely, as this may later need to be replaced. Non-javac compiled bytecode can also do this.

Signed-off-by: Ross Allan <[email protected]>
(commit: 8f5accf)
The file was modifiedsrc/common/me/nallar/patched/PatchChunkProviderServer.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/patcher/ClassRegistry.java (diff)
The file was modifiedsrc/common/me/nallar/unsafe/UnsafeUtil.java (diff)