接口 PlaceRecipe<T>

所有已知实现类:
AbstractFurnaceRecipeBookComponent, BlastingRecipeBookComponent, OverlayRecipeComponent.OverlayRecipeButton, OverlayRecipeComponent.OverlaySmeltingRecipeButton, RecipeBookComponent, ServerPlaceRecipe, SmeltingRecipeBookComponent, SmokingRecipeBookComponent

public interface PlaceRecipe<T>
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    addItemToSlot(Iterator<T> pIngredients, int pSlot, int pMaxAmount, int pY, int pX)
     
    default void
    placeRecipe(int pWidth, int pHeight, int pOutputSlot, Recipe<?> pRecipe, Iterator<T> pIngredients, int pMaxAmount)
     
  • 方法详细资料

    • placeRecipe

      default void placeRecipe(int pWidth, int pHeight, int pOutputSlot, Recipe<?> pRecipe, Iterator<T> pIngredients, int pMaxAmount)
    • addItemToSlot

      void addItemToSlot(Iterator<T> pIngredients, int pSlot, int pMaxAmount, int pY, int pX)