Check if the stack is a valid item for this slot. Always true beside for the armor slots.
(ItemStack stack)
| 71 | * Check if the stack is a valid item for this slot. Always true beside for the armor slots. |
| 72 | */ |
| 73 | public boolean isItemValid(ItemStack stack) |
| 74 | { |
| 75 | return true; |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Helper fnct to get the stack in the slot. |
no outgoing calls
no test coverage detected