Check if the inventory contains any ItemStacks with the given materialId @param materialId The materialId to check for @return If any ItemStacks were found
(int materialId)
| 81 | * @return If any ItemStacks were found |
| 82 | */ |
| 83 | public boolean contains(int materialId); |
| 84 | |
| 85 | /** |
| 86 | * Check if the inventory contains any ItemStacks with the given material |
no outgoing calls