Uses of Interface
net.minecraft.recipebook.PlaceRecipeHelper.Output
Packages that use PlaceRecipeHelper.Output
-
Uses of PlaceRecipeHelper.Output in net.minecraft.recipebook
Methods in net.minecraft.recipebook with parameters of type PlaceRecipeHelper.OutputModifier and TypeMethodDescriptionstatic <T> void
PlaceRecipeHelper.placeRecipe
(int pGridWidth, int pGridHeight, int pWidth, int pHeight, Iterable<T> pIngredients, PlaceRecipeHelper.Output<T> pOutput) static <T> void
PlaceRecipeHelper.placeRecipe
(int pWidth, int pHeight, Recipe<?> pRecipe, Iterable<T> pIngredients, PlaceRecipeHelper.Output<T> pOutput)