Interface IRecipeBookAcceptorBlockEntity

All Known Implementing Classes:
BasinBlockEntityMixin, BasinOperatingBlockEntityMixin, MechanicalCrafterBlockEntityMixin

public interface IRecipeBookAcceptorBlockEntity
  • Method Details

    • addProxyRecipeBookAcceptorPositions

      default void addProxyRecipeBookAcceptorPositions(Consumer<net.minecraft.core.BlockPos> posAdder)
      If the Block implements IRecipeBookAcceptorBlock, this does not need to duplicate what was given there.
      Parameters:
      posAdder -
    • acceptsRecipeBook

      boolean acceptsRecipeBook(net.minecraft.world.item.crafting.RecipeHolder<?> recipeHolder)