Package com.petrolpark.core.recipe.book
Interface IRecipeBookAcceptorBlockEntity
- All Known Implementing Classes:
BasinBlockEntityMixin,BasinOperatingBlockEntityMixin,MechanicalCrafterBlockEntityMixin
public interface IRecipeBookAcceptorBlockEntity
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsRecipeBook(net.minecraft.world.item.crafting.RecipeHolder<?> recipeHolder) default voidaddProxyRecipeBookAcceptorPositions(Consumer<net.minecraft.core.BlockPos> posAdder) If the Block implementsIRecipeBookAcceptorBlock, this does not need to duplicate what was given there.
-
Method Details
-
addProxyRecipeBookAcceptorPositions
If the Block implementsIRecipeBookAcceptorBlock, this does not need to duplicate what was given there.- Parameters:
posAdder-
-
acceptsRecipeBook
boolean acceptsRecipeBook(net.minecraft.world.item.crafting.RecipeHolder<?> recipeHolder)
-