Skip to content

Commit 71393aa

Browse files
committed
Deprecate RecipeIterator NMSUtil
Even though it is useful, we need to get rid of NMS in the future. CustomCrafting needs to find a way around it.
1 parent 40431bb commit 71393aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/me/wolfyscript/utilities/api/nms/RecipeUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ protected RecipeUtil(NMSUtil nmsUtil) {
4242
* @param recipeType The recipe type to get the iterator for.
4343
* @return The iterator of the recipe type.
4444
*/
45+
@Deprecated(since = "4.17", forRemoval = true)
4546
public abstract @NotNull Iterator<Recipe> recipeIterator(RecipeType recipeType);
4647

4748
@Deprecated(since = "4.17", forRemoval = true)

0 commit comments

Comments
 (0)