SpongePowered / SpongeAPI

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

BlockPlacerCallback #2564

Closed nmacl closed 3 weeks ago

nmacl commented 1 month ago

Created a callback method to allow plugins to intercept the place method on Feature & Structure

https://github.com/SpongePowered/SpongeAPI/issues/2520

Yeregorix commented 1 month ago

I'm skeptical about using a callback instead of the blockchange event. Also, the code is duplicated and doesn't even build.

avaruus1 commented 1 month ago

I'm skeptical about using a callback instead of the blockchange event. Also, the code is duplicated and doesn't even build.

Seems that there's also no PR for the implementation.

Yeregorix commented 3 weeks ago

As I stated on the issue, the API already has everything needed, the real work is on the implementation.