Imprex-Development / orebfuscator

Orebfuscator - High-Performance Anti X-Ray plugin
https://modrinth.com/plugin/orebfuscator
GNU General Public License v3.0
126 stars 25 forks source link

[#271] Improve common object hashCode #275

Closed Ingrim4 closed 1 year ago

Ingrim4 commented 1 year ago

Description

Improve hashCode uniqueness for BlockPos and ChunkPosition as described by Joshua Bloch in Effective Java.

Related Issue

closes #271

Motivation and Context

Improve deobfuscation performance for larger block updates.

How Has This Been Tested?

Successfully tested with the latest version of spigot.

Types of Changes