holding stone and running the following:
player.getEquippedItem().getStacksize();
returns 64 (stone max stack size)
also, with a torch in hand, it will return 8 (torch max stack size)
seems to be returning what the max stacksize is I.E. what .getMaxStacksize() should be.