Interface AccessRecipeManager
public interface AccessRecipeManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.item.crafting.RecipeHolder<?>crafttweaker$callFromJson(net.minecraft.resources.ResourceLocation id, com.google.gson.JsonObject json) Map<net.minecraft.resources.ResourceLocation,net.minecraft.world.item.crafting.RecipeHolder<?>> Map<net.minecraft.world.item.crafting.RecipeType<?>,Map<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>>> voidcrafttweaker$setByName(Map<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>> byName) voidcrafttweaker$setRecipes(Map<net.minecraft.world.item.crafting.RecipeType<?>, Map<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>>> recipeMap)
-
Method Details
-
crafttweaker$callFromJson
static net.minecraft.world.item.crafting.RecipeHolder<?> crafttweaker$callFromJson(net.minecraft.resources.ResourceLocation id, com.google.gson.JsonObject json) -
crafttweaker$getRecipes
-
crafttweaker$setRecipes
-
crafttweaker$getByName
Map<net.minecraft.resources.ResourceLocation,net.minecraft.world.item.crafting.RecipeHolder<?>> crafttweaker$getByName() -
crafttweaker$setByName
void crafttweaker$setByName(Map<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>> byName)
-