public interface IRecipeHolder
Modifier and Type | Method and Description |
---|---|
default boolean |
canUseRecipe(World worldIn,
EntityPlayerMP player,
IRecipe recipe) |
IRecipe |
getRecipeUsed() |
default void |
onCrafting(EntityPlayer player) |
void |
setRecipeUsed(IRecipe recipe) |
void setRecipeUsed(@Nullable IRecipe recipe)
@Nullable IRecipe getRecipeUsed()
default void onCrafting(EntityPlayer player)
default boolean canUseRecipe(World worldIn, EntityPlayerMP player, @Nullable IRecipe recipe)