Dylan K. Taylor c7a358a56f
World: extract getBlockCollisionBoxes() from getCollisionBoxes()
closes #6104

This function has been a footgun for anyone using it, since it also returns entity AABBs by default.
In all core use cases, this functionality was disabled, and we were paying a needless (admittedly micro) performance penalty for passing the extra useless argument and useless condition check.
2023-10-19 12:52:24 +01:00
..
2023-08-23 17:00:18 +01:00
2023-08-23 16:14:17 +01:00
2023-03-19 16:53:02 +00:00
CS
2023-08-08 15:10:31 +01:00
2023-09-20 19:00:51 +01:00