Helper fnct to get the stack in the slot.
()
| 79 | * Helper fnct to get the stack in the slot. |
| 80 | */ |
| 81 | public ItemStack getStack() |
| 82 | { |
| 83 | return this.inventory.getStackInSlot(this.slotIndex); |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Returns if this slot contains a stack. |
no test coverage detected