issues
search
KelpFramework
/
kelp
A cross-version spigot framework to avoid boilerplate code and make your plugin compatible with multiple spigot versions easily
MIT License
54
stars
8
forks
source link
Interface Changes
#36
Closed
Etrayed
closed
3 years ago
Etrayed
commented
3 years ago
Replaced
Condition
interface with Supplier
Made
MethodCriterion
and
TypeCriterion
extend Predicate, for more universal use.
Added
@FunctionalInterface
to some interfaces, if useful.
Condition
interface with SupplierMethodCriterion
andTypeCriterion
extend Predicate, for more universal use.@FunctionalInterface
to some interfaces, if useful.