bentobox/src/main/java/us/tastybento/bskyblock
Tastybento ace6294e23 Came full circle - kept Flags as final statics
This approach simulates an enum, but one that can be extended by others
to add custom flags. I added a handy values() method that uses
reflection to provide a list of all the flags in the class.

See TestBSkyBlock.java test classes for the tests of the default flag
registration and the custom flag registration.
2018-02-05 23:53:07 -08:00
..
api Came full circle - kept Flags as final statics 2018-02-05 23:53:07 -08:00
commands Fixed missing locale text for invites. 2018-02-04 21:48:34 -08:00
database Came full circle - kept Flags as final statics 2018-02-05 23:53:07 -08:00
generators Converted to using the Settings loaded by the database handler. 2018-01-06 15:23:01 -08:00
island/builders Fixed new-island.signs.line* locale entries 2018-01-27 16:47:30 +01:00
listeners Came full circle - kept Flags as final statics 2018-02-05 23:53:07 -08:00
lists Came full circle - kept Flags as final statics 2018-02-05 23:53:07 -08:00
managers Came full circle - kept Flags as final statics 2018-02-05 23:53:07 -08:00
util Added the protection listeners. Took all day! 2018-02-01 20:30:57 -08:00
BSkyBlock.java Implements flags as enum so flags are protected. 2018-02-05 14:51:03 -08:00
Constants.java Minor code quality fixes 2018-01-27 16:39:02 +01:00
Metrics.java Changed checkPerm to hasPerm. 2017-05-21 00:17:20 -07:00
Settings.java Made Adapter its own annotation. 2018-02-05 11:35:50 -08:00