Splits the item stack into two stacks. {@code ItemStack firstStack = ItemStack.builder().type(ItemType.STONE).amount(45).build(); // Split the original ItemStack in two. ItemStack secondStack = firstStack.split(15); firstStack.getAmount(); // Amount = 30 secondStack.getAmount(); // Amount =
(int splitCount)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected