diff --git a/funkce-getItemCount%28%29.md b/funkce-getItemCount%28%29.md index 9025817..6f01c8e 100644 --- a/funkce-getItemCount%28%29.md +++ b/funkce-getItemCount%28%29.md @@ -10,6 +10,8 @@ Spočítá, kolik se daného itemu nachází v daném inventáři - **int** = konečný počet +### Příklad: + ```JAVA int count = inventoryTools.getItemCount(inventory, itemStack); ```