parent
9657149653
commit
0c4923fde7
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
||||
# getItemCount(Inventory, ItemStack) |
||||
Spočítá, kolik se daného itemu nachází v daném inventáři |
||||
|
||||
### Vstupní Hodnoty: |
||||
|
||||
- **Inventory** = inventář |
||||
- **ItemStack** = item |
||||
|
||||
### Výstupní Hodnota: |
||||
|
||||
- **int** = konečný počet |
||||
|
||||
```JAVA |
||||
int count = inventoryTools.getItemCount(inventory, itemStack); |
||||
``` |
||||
Loading…
Reference in new issue