Advertisement
TitanChase

Untitled

Sep 26th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ItemStack stackInChest = chest.getStackInSlot(i);
  2. int maxStackSize = stackInChest.getMaxStackSize();
  3. int stackSizeInChest = stackInChest.stackSize;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement