public interface RecipeRegistry<T extends Recipe> extends CatalogRegistryModule<T>
Modifier and Type | Method and Description |
---|---|
Collection<T> |
getRecipes()
Deprecated.
Use
CatalogRegistryModule.getAll() instead. |
void |
register(T recipe)
Deprecated.
Use the event
GameRegistryEvent.Register |
getAll, getById
registerDefaults
@Deprecated void register(T recipe)
GameRegistryEvent.Register
Recipe
to make it available to craft.recipe
- The Recipe
to register@Deprecated Collection<T> getRecipes()
CatalogRegistryModule.getAll()
instead.