Require extensions to be namespaced
I changed handleReference to not create an instance for method reference as IMO it's confusing and you can just use implements
TheKodeToad/mod-dependencies-iface
kode
created branch TheKodeToad/mod-dependencies-iface in frogmc/FrogLoader
2024-09-01 10:20:07 -04:00
Require extensions to be namespaced
Separate plugin types
It's not about performance, i think it's bad practice to use AtomicInteger when you don't need it
Separate plugin types
I'm asumming this serves as a code example - in which case it should be moved to the documentation
Separate plugin types
wouldn't int[] size = new int[] { providers.size() }
be better as there's no need for thread safety?
e456f6849c
Merge pull request 'add meta updating' (#11) from owlsys/add-meta-updating into main
06532fb305
add meta updating