bentobox/src/test/java/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
..
TestBSkyBlock.java Came full circle - kept Flags as final statics 2018-02-05 23:53:07 -08:00