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> voidPlaceRecipeHelper.placeRecipe(int gridWidth, int gridHeight, int recipeWidth, int recipeHeight, Iterable<T> entries, PlaceRecipeHelper.Output<T> output) static <T> voidPlaceRecipeHelper.placeRecipe(int gridWidth, int gridHeight, Recipe<?> recipe, Iterable<T> entries, PlaceRecipeHelper.Output<T> output)