Package com.petrolpark.core.recipe.book
Interface IRecipeBookAcceptorBlockEntity
- All Known Implementing Classes:
BasinBlockEntityMixin,BasinOperatingBlockEntityMixin,CentrifugeBlockEntity,MechanicalCrafterBlockEntityMixin,MechanicalPressBlockEntityMixin,MeshBasinBlockEntity
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.default void
-
Method Details
-
addProxyRecipeBookAcceptorPositions
If the Block implementsIRecipeBookAcceptorBlock, this does not need to duplicate what was given there.- Parameters:
posAdder-
-
onAvailableRecipesChanged
default void onAvailableRecipesChanged() -
acceptsRecipeBook
boolean acceptsRecipeBook(net.minecraft.world.item.crafting.RecipeHolder<?> recipeHolder)
-