Interface RecipeGridAligner.Filler<T>

Enclosing interface:
RecipeGridAligner
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RecipeGridAligner.Filler<T>
Mappings:
Namespace Name
named net/minecraft/recipe/RecipeGridAligner$Filler
intermediary net/minecraft/class_9838$class_9839
official alk$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addItemToSlot(T slot, int index, int x, int y)
     
  • Method Details

    • addItemToSlot

      void addItemToSlot(T slot, int index, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      named addItemToSlot Lnet/minecraft/recipe/RecipeGridAligner$Filler;addItemToSlot(Ljava/lang/Object;III)V
      intermediary addItemToSlot Lnet/minecraft/class_9838$class_9839;addItemToSlot(Ljava/lang/Object;III)V
      official addItemToSlot Lalk$a;addItemToSlot(Ljava/lang/Object;III)V