Returns if this slot contains a stack.
()
| 87 | * Returns if this slot contains a stack. |
| 88 | */ |
| 89 | public boolean getHasStack() |
| 90 | { |
| 91 | return this.getStack() != null; |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Helper method to put a stack in the slot. |
no test coverage detected