PooledMutableBlockPos does not override the "toImmutable" method, resulting in a mutable block position potentially being passed around.
Comments 3
Missing override affects the immutability of BlockPosition and may cause unexpected problems or behaviors. See https://github.com/MinecraftForge/MinecraftForge/pull/2659#discussion_r57531008
What's the bug here ?