Skip to content

Commit

Permalink
Update Inventory Tweaks API according to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SCP002 committed Jun 5, 2018
1 parent 300ae4e commit 48760ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/invtweaks/api/InvTweaksAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import net.minecraft.item.ItemStack;

import javax.annotation.Nonnull;

public interface InvTweaksAPI {
int compareItems(ItemStack i, ItemStack j);
int compareItems(@Nonnull ItemStack i, @Nonnull ItemStack j);
}

0 comments on commit 48760ab

Please sign in to comment.