mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-04 08:39:23 +00:00
Deprecated function
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user