Package net.minecraft.recipebook
Interface PlaceRecipeHelper
public interface PlaceRecipeHelper
-
Nested Class Summary
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T> void
placeRecipe
(int p_362769_, int p_364202_, int p_380112_, int p_379800_, Iterable<T> p_360986_, PlaceRecipeHelper.Output<T> p_362411_) static <T> void
placeRecipe
(int p_380087_, int p_379836_, Recipe<?> p_379573_, Iterable<T> p_379986_, PlaceRecipeHelper.Output<T> p_380252_)
-
Method Details
-
placeRecipe
static <T> void placeRecipe(int p_380087_, int p_379836_, Recipe<?> p_379573_, Iterable<T> p_379986_, PlaceRecipeHelper.Output<T> p_380252_) -
placeRecipe
static <T> void placeRecipe(int p_362769_, int p_364202_, int p_380112_, int p_379800_, Iterable<T> p_360986_, PlaceRecipeHelper.Output<T> p_362411_)
-