SpongePowered / SpongeAPI

A Minecraft plugin API
http://www.spongepowered.org/
MIT License
1.14k stars 342 forks source link

Rework ChunkEvent #2497

Closed aromaa closed 4 months ago

aromaa commented 4 months ago

Sponge | SpongeAPI

Reworks the ChunkEvent events to take in account that vanilla has split the block and entity storage. I kept the BlockChunk as read-only because it needs more work to implement to be able to mutate it at that state, likely not something we are going to address anytime soon.