dniym / IllegalStack

A spigot based plugin dedicated to fixing glitches and exploits that have made it into final Minecraft releases.
GNU General Public License v3.0
147 stars 36 forks source link

Improve HopperXfer performance #182

Closed Tig3r98 closed 7 months ago

Tig3r98 commented 7 months ago

Inventory#getContents() is expensive and it was being called unnecessarily. I've also modified the mcMMOListener in the same manner, altough it's commented (I don't know why), to prevent this happening in the future. This PR has been benchmarked and used in production for a long time, the performance improvements on the check were well above 10x.