Closed orifu closed 1 month ago
the private method get in the anonymous class defined in RegistrySetBuilder#buildProvider conflicted with the method get in an implemented interface HolderProvider.Provider. this changes the name to getEntry (from mojmap).
get
RegistrySetBuilder#buildProvider
HolderProvider.Provider
getEntry
the private method
get
in the anonymous class defined inRegistrySetBuilder#buildProvider
conflicted with the methodget
in an implemented interfaceHolderProvider.Provider
. this changes the name togetEntry
(from mojmap).