SpongeAPI
SpongeAPI copied to clipboard
BlockPlacerCallback
Created a callback method to allow plugins to intercept the place method on Feature & Structure
https://github.com/SpongePowered/SpongeAPI/issues/2520
I'm skeptical about using a callback instead of the blockchange event. Also, the code is duplicated and doesn't even build.
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.
As I stated on the issue, the API already has everything needed, the real work is on the implementation.