PaperMC/paper-server
Aikar 5630b55346 Optimize Captured BlockEntity Lookup
upstream was doing a containsKey/get pattern, and always doing it at that.
that scenario is only even valid if were in the middle of a block place.

Optimize to check if the captured list even has values in it, and also to
just do a get call since the value can never be null.
2019-04-06 10:16:48 -04:00
..
patches/sources Optimize Captured BlockEntity Lookup 2019-04-06 10:16:48 -04:00
src Fixes and additions to the spawn reason API 2019-03-24 00:24:52 -04:00
.gitignore Setup Gradle project 2020-12-10 20:54:19 -08:00
build.gradle.kts Expose server build information 2016-03-01 14:32:43 -06:00
LGPL.txt
LICENCE.txt