Class RecipeManagerMixin
java.lang.Object
dev.latvian.mods.kubejs.core.mixin.RecipeManagerMixin
- All Implemented Interfaces:
RecipeManagerKJS,ReloadableServerResourceHolderKJS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>> voidkjs$replaceRecipes(Map<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>> map) voidkjs$setResources(ReloadableServerResourcesKJS resources)
-
Constructor Details
-
RecipeManagerMixin
public RecipeManagerMixin()
-
-
Method Details
-
kjs$setResources
- Specified by:
kjs$setResourcesin interfaceReloadableServerResourceHolderKJS
-
kjs$getResources
- Specified by:
kjs$getResourcesin interfaceReloadableServerResourceHolderKJS
-
kjs$getRecipeIdMap
public Map<net.minecraft.resources.ResourceLocation,net.minecraft.world.item.crafting.RecipeHolder<?>> kjs$getRecipeIdMap()- Specified by:
kjs$getRecipeIdMapin interfaceRecipeManagerKJS
-
kjs$replaceRecipes
public void kjs$replaceRecipes(Map<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>> map) - Specified by:
kjs$replaceRecipesin interfaceRecipeManagerKJS
-