HawkAnticheat / Hawk

An anticheat written for legacy versions of Spigot
GNU General Public License v3.0
118 stars 23 forks source link

Performance improvements #55

Closed ballade0d closed 4 years ago

ballade0d commented 4 years ago

· Usage of EnumSet. · Slightly improved isReallySolid method performance. · Better use of HashSet.

Islandscout commented 4 years ago

Looks good. There's one thing that I will need to fix. Also, I'll need to make sure that NMS's Material#isSolid() is equivalant to Bukkit's Material#isSolid(). I have school stuff to do right now, though, so I'll get back to this on Monday.