Package hiiragi283.core.mixin
Interface RecipeManagerAccessor
-
- All Implemented Interfaces:
public interface RecipeManagerAccessor
-
-
Method Summary
Modifier and Type Method Description abstract Multimap<RecipeType<out Object>, RecipeHolder<out Object>>getByType()abstract voidsetByType(Multimap<RecipeType<out Object>, RecipeHolder<out Object>> byType)abstract Map<ResourceLocation, RecipeHolder<out Object>>getByName()abstract voidsetByName(Map<ResourceLocation, RecipeHolder<out Object>> byName)
-