public interface IRecipePlacer<T>
修飾子とタイプ | メソッドと説明 |
---|---|
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) |