lucko / helper

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.
MIT License
456 stars 87 forks source link

Implement isClosed in Abstract(Weak)CompositeTerminable #152

Closed codeHusky closed 6 months ago

codeHusky commented 6 months ago

I'm unsure why exactly isClosed() was not implemented, but this PR implements it and makes it behave as expected when closing CompositeTerminables generated from CompositeTerminable.create()