Skip to content

Commit 4363e27

Browse files
committed
touch up IRecipeTransferReceiver javadoc
1 parent 9243635 commit 4363e27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/gregtech/api/mui/IRecipeTransferReceiver.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* Register it via {@link GregTechGuiScreen#registerRecipeTransferHandler(String, IRecipeTransferReceiver)} or
2323
* {@link GregTechGuiScreen#registerRecipeTransferHandler(String, IRecipeTransferReceiver, int)} if you want to
2424
* prioritize checking a certain handler first. <br/>
25-
* If you're implementing this on a {@link SyncHandler}, it's recommended to extend {@link RecipeTransferSyncHandler} so
26-
* registering and unregistering from {@link GregTechGuiScreen} is done for you.
25+
* If you're implementing this on a {@link SyncHandler}, it's recommended to extend {@link RecipeTransferSyncHandler}
26+
* instead as registering and unregistering from {@link GregTechGuiScreen} is done for you.
2727
*/
2828
public interface IRecipeTransferReceiver {
2929

@@ -36,8 +36,8 @@ public interface IRecipeTransferReceiver {
3636
* - {@link IRecipeTransferHandlerHelper#createUserErrorWithTooltip(String)}: the same as above, but also display a
3737
* message when hovering over the + button. <br/>
3838
* - {@link IRecipeTransferHandlerHelper#createUserErrorForSlots(String, Collection)}: the same as above, but
39-
* additionally highlight certain slots in the recipe to, for example, mark missing ingredients. Important: will
40-
* throw {@link IllegalArgumentException} if the supplied {@link Collection} is empty!
39+
* additionally highlight certain slots in the recipe to, for example, mark missing ingredients. <b>Important: will
40+
* throw {@link IllegalArgumentException} if the supplied {@link Collection} is empty!</b>
4141
*
4242
* @param recipeLayout the recipe layout that contains the recipe category, and the item and fluid stacks.
4343
* @param maxTransfer if the receiver should try to move as many ingredients as possible to the crafting slots, ie

0 commit comments

Comments
 (0)