Some JavaDoc

This commit is contained in:
Frank 2022-08-07 14:04:48 +02:00
parent 34993a81d0
commit 5214fcb06c

View file

@ -35,7 +35,7 @@ public class AbstractAdvancementRecipe {
* Your implementing class should call this method to prepare a new {@link AdvancementManager.Builder} * Your implementing class should call this method to prepare a new {@link AdvancementManager.Builder}
* <p> * <p>
* For Example {@link FurnaceRecipe} will call this in the * For Example {@link FurnaceRecipe} will call this in the
* {@link FurnaceRecipe#make(String, String, ItemLike, ItemLike)}-Method * {@link FurnaceRecipe#make(ResourceLocation, ItemLike)}-Method
* *
* @param id {@link ResourceLocation} for this advancement * @param id {@link ResourceLocation} for this advancement
* @param isTool true, if this is registered for a tool * @param isTool true, if this is registered for a tool