public interface IRecipePlacer<T>
Modifier and Type | Method and Description |
---|---|
default void |
placeRecipe(int width,
int height,
int outputSlot,
IRecipe<?> recipe,
java.util.Iterator<T> ingredients,
int maxAmount) |
void |
setSlotContents(java.util.Iterator<T> ingredients,
int slotIn,
int maxAmount,
int y,
int x) |