Class HTDeferredRecipeTypeRegister
-
- All Implemented Interfaces:
public final class HTDeferredRecipeTypeRegister extends HTDeferredRegister<RecipeType<?>>
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamespaceprivate final Supplier<Registry<RecipeType<?>>>registryprivate final ResourceLocationregistryNameprivate final ResourceKey<out Registry<RecipeType<?>>>registryKeyprivate final Collection<DeferredHolder<RecipeType<?>, out RecipeType<?>>>entries
-
Constructor Summary
Constructors Constructor Description HTDeferredRecipeTypeRegister(String namespace)
-
Method Summary
Modifier and Type Method Description final <INPUT extends RecipeInput, RECIPE extends Recipe<INPUT>> HTDeferredRecipeType<INPUT, RECIPE>registerType(String name)-
Methods inherited from class hiiragi283.core.common.registry.register.HTDeferredRecipeTypeRegister
getEntries, getNamespace, getRegistry, getRegistryKey, getRegistryName -
Methods inherited from class hiiragi283.core.api.registry.HTDeferredRegister
addAlias, asSequence, createId, register, register -
Methods inherited from class net.neoforged.neoforge.registries.DeferredRegister
addAlias, createTagKey, createTagKey, getEntries, getRegistry, getRegistryKey, makeRegistry, register -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTDeferredRecipeTypeRegister
HTDeferredRecipeTypeRegister(String namespace)
-
-
Method Detail
-
registerType
final <INPUT extends RecipeInput, RECIPE extends Recipe<INPUT>> HTDeferredRecipeType<INPUT, RECIPE> registerType(String name)
-
-
-
-