Files
paper-mc/paper-server/patches/sources/net/minecraft
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
..
2020-04-19 18:15:29 -04:00
2018-08-26 20:49:50 -04:00
2016-03-30 19:36:20 -04:00
2018-10-07 12:05:28 -07:00
2016-03-30 19:36:20 -04:00
2019-03-27 23:01:33 -04:00
2018-01-14 17:01:31 -05:00
2021-01-29 17:54:03 +01:00