Interface AccessRecipeManager
public interface AccessRecipeManager
-
Method Summary
Modifier and TypeMethodDescriptionMap<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>> com.google.common.collect.Multimap<net.minecraft.world.item.crafting.RecipeType<?>, net.minecraft.world.item.crafting.RecipeHolder<?>> voidcrafttweaker$setByName(Map<net.minecraft.resources.ResourceLocation, net.minecraft.world.item.crafting.RecipeHolder<?>> byName) voidcrafttweaker$setByType(com.google.common.collect.Multimap<net.minecraft.world.item.crafting.RecipeType<?>, net.minecraft.world.item.crafting.RecipeHolder<?>> recipeMap)
-
Method Details
-
crafttweaker$getByType
com.google.common.collect.Multimap<net.minecraft.world.item.crafting.RecipeType<?>,net.minecraft.world.item.crafting.RecipeHolder<?>> crafttweaker$getByType() -
crafttweaker$setByType
void crafttweaker$setByType(com.google.common.collect.Multimap<net.minecraft.world.item.crafting.RecipeType<?>, net.minecraft.world.item.crafting.RecipeHolder<?>> recipeMap) -
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)
-