Class ServerPlaceRecipe<I extends RecipeInput,R extends Recipe<I>>

java.lang.Object
net.minecraft.recipebook.ServerPlaceRecipe<I,R>
All Implemented Interfaces:
PlaceRecipe<Integer>

public class ServerPlaceRecipe<I extends RecipeInput,R extends Recipe<I>> extends Object implements PlaceRecipe<Integer>
  • Field Details

  • Constructor Details

  • Method Details

    • recipeClicked

      public void recipeClicked(ServerPlayer p_135435_, @Nullable RecipeHolder<R> p_298963_, boolean p_135437_)
    • clearGrid

      protected void clearGrid()
    • handleRecipeClicked

      protected void handleRecipeClicked(RecipeHolder<R> p_298652_, boolean p_135442_)
    • addItemToSlot

      public void addItemToSlot(Integer p_344543_, int p_135445_, int p_135446_, int p_135447_, int p_135448_)
      Specified by:
      addItemToSlot in interface PlaceRecipe<I extends RecipeInput>
    • getStackSize

      protected int getStackSize(boolean p_135450_, int p_135451_, boolean p_135452_)
    • moveItemToGrid

      protected int moveItemToGrid(Slot p_135439_, ItemStack p_135440_, int p_342870_)
    • testClearGrid

      private boolean testClearGrid()
    • getAmountOfFreeSlotsInInventory

      private int getAmountOfFreeSlotsInInventory()