remove ConfigPack#getRegistryFactory

This commit is contained in:
dfsek
2021-12-16 22:13:34 -07:00
parent 0ad3867a91
commit fb1b440e72
2 changed files with 0 additions and 11 deletions

View File

@@ -60,8 +60,6 @@ public interface ConfigPack extends LoaderRegistrar, LoaderHolder, RegistryHolde
String getVersion();
RegistryFactory getRegistryFactory();
<T> ConfigPack registerShortcut(Type clazz, String shortcut, ShortcutLoader<T> loader);
default <T> ConfigPack registerShortcut(Class<T> clazz, String shortcut, ShortcutLoader<T> loader) {