bentobox/src/main
tastybento 999d196e8e
Event fix with deprecation (#1623)
* Break out events and add individual handlers

https://github.com/BentoBoxWorld/BentoBox/issues/1613

* Corrected AddonEvents to have proper static handlers

* Made constructors protected.

Abstract classes should not have public constructors. Constructors of
abstract classes can only be called in constructors of their subclasses.
So there is no point in making them public. The protected modifier
should be enough.
2020-12-27 10:35:49 -08:00
..
java/world/bentobox/bentobox Event fix with deprecation (#1623) 2020-12-27 10:35:49 -08:00
resources Updated Turkish translation (#1620) 2020-12-27 10:27:15 -08:00