Deprecated function

This commit is contained in:
JKetelaar
2015-03-22 22:53:50 +01:00
parent 273f428136
commit 4dbad17301
6 changed files with 17 additions and 698 deletions
@@ -222,6 +222,11 @@ public class Inventory {
return getCount(id) > 0;
}
@Deprecated
public static boolean containts(int... id) {
return contains(id);
}
/**
* Returns the item in the inventory based on the given id
*