Class RegistryHelper
java.lang.Object
com.riverstone.unknown303.errorlib.api.helpers.ErrorLibHelper
com.riverstone.unknown303.errorlib.api.helpers.registry.RegistryHelper
-
Field Summary
Fields inherited from class com.riverstone.unknown303.errorlib.api.helpers.ErrorLibHelper
modInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> net.minecraftforge.registries.IForgeRegistry<T>createRegistry(String registryId, Supplier<T> sup) <T> TgetRegistration(net.minecraftforge.registries.IForgeRegistry<T> reg, String registryId, Supplier<T> sup) <T> List<T>getValidRegistrations(net.minecraftforge.registries.IForgeRegistry<T> reg, Supplier<T> sup) Methods inherited from class com.riverstone.unknown303.errorlib.api.helpers.ErrorLibHelper
getModId, getModLogger, getRegister
-
Constructor Details
-
RegistryHelper
-
-
Method Details
-
createRegistry
-
getValidRegistrations
-
getRegistration
-