This PR modifies MixinBlockStateContainer and MixinStatList, mainly in MixinBlockStateContainer.
The new modification uses FastUtils' Reference2IntMap to store and fetch keys to improve the performance of the Chunk when saving data.
IBlockState is always unique, modifying the structure of this Map should not break functionality.
This PR modifies MixinBlockStateContainer and MixinStatList, mainly in MixinBlockStateContainer. The new modification uses FastUtils' Reference2IntMap to store and fetch keys to improve the performance of the Chunk when saving data.
IBlockState is always unique, modifying the structure of this Map should not break functionality.