Uses of Interface
net.minecraft.recipe.RecipeGridAligner.Filler
-
Uses of RecipeGridAligner.Filler in net.minecraft.recipe
Modifier and TypeMethodDescriptionstatic <T> void
RecipeGridAligner.alignRecipeToGrid
(int width, int height, int recipeWidth, int recipeHeight, Iterable<T> slots, RecipeGridAligner.Filler<T> filter) static <T> void
RecipeGridAligner.alignRecipeToGrid
(int width, int height, Recipe<?> recipe, Iterable<T> slots, RecipeGridAligner.Filler<T> filter)