public interface RecipeGridAligner<T>
Modifier and Type | Method and Description |
---|---|
void |
acceptAlignedInput(Iterator<T> inputs,
int slot,
int amount,
int gridX,
int gridY) |
default void |
alignRecipeToGrid(int gridWidth,
int gridHeight,
int gridOutputSlot,
Recipe<?> recipe,
Iterator<T> inputs,
int amount) |