Regenerate a chunk

Hey, I’m looking for a method that can simply regenerate a chunk. (like World#regenerateChunk from bukkit)/ I know there was one in Sponge but now it’s not there. So even if the API doesn’t support it, I want to know an NMS method. Thanks.

This feature will appear in API 7.2.0.

Oh cool. Is this thing available as an implementation already? So i can see the forge/nms code

Here you go. The chunk method calls this.

1 Like

Thank you so much! Nice help.