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 sharing TransportPipesAPI via singleton instance initialized from constructor (which is also not very correct from point of JMM), this may be shared via Bukkit's ServicesManager which would allow better API design and possible future ability for splitting interfaces and their implementations.
If this gets supported, I may create a PR implementing this change.
The text was updated successfully, but these errors were encountered:
Instead of sharing
TransportPipesAPI
via singleton instance initialized from constructor (which is also not very correct from point of JMM), this may be shared via Bukkit'sServicesManager
which would allow better API design and possible future ability for splitting interfaces and their implementations.If this gets supported, I may create a PR implementing this change.
The text was updated successfully, but these errors were encountered: