- Redirect buttons don't try to open the new inventory when redirected to null.
- Made RedirectItemButton#onClick non-final so that the button can take more action than just redirecting. Subclasses should always call super.onClick(menuHolder, event). if they override that method.