You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of implementing every Event in Sponge and transfering it to Bukkit (or vice versa), is there any way you could call the event based on the Bukkit event?
Maybe there's a way to translate events like this, but I can't see a way to do it in general unfortunately, since the Bukkit and Sponge events are so different best I can do I believe is implementing each one individually.. but maybe something better is possible?
Also, Bukkit afaik won't call the event superclass handlers (including Event, but there was a PR to Glowstone proposing changing this), but SpongeAPI will
Uh oh!
There was an error while loading. Please reload this page.
Instead of implementing every Event in Sponge and transfering it to Bukkit (or vice versa), is there any way you could call the event based on the Bukkit event?
Obvisouly that doesn't work, but there's probably some way to add a
switch
for each Event. Plus I don't know if a normal Event will be called.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: