Interface IRecipeBookAcceptorBlock

All Known Implementing Classes:
CrafterBlockMixin, CraftingTableBlockMixin

public interface IRecipeBookAcceptorBlock
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    acceptsRecipeBook(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.item.crafting.RecipeHolder<?> recipeHolder)
     
    default void
    addProxyRecipeBookAcceptorPositions(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, Consumer<net.minecraft.core.BlockPos> posAdder)
     
  • Method Details

    • addProxyRecipeBookAcceptorPositions

      default void addProxyRecipeBookAcceptorPositions(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, Consumer<net.minecraft.core.BlockPos> posAdder)
    • acceptsRecipeBook

      boolean acceptsRecipeBook(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.item.crafting.RecipeHolder<?> recipeHolder)