We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in the part 4a - 4. Adding multiple Item handlers (ItemUseHandler) the itemUseHandler are linked to a method that doesn't exists
itemUseHandler
The code show
ItemUseHandler itemUseHandler = this::onItemRightClick; addItemHandler(itemUseHandler);
But the right method are onItemUseRightClick
onItemUseRightClick
https://github.com/Slimefun/Slimefun4/wiki/Developer-Guide-(4a-Right-Clicks)#4-adding-multiple-item-handlers-itemusehandler and https://github.com/Slimefun/Slimefun4/wiki/Developer-Guide-(4b-Radioactive-and-WitherProof)#1-a-recap-of-part-4a and https://github.com/Slimefun/Slimefun4/wiki/Developer-Guide-(4b-Radioactive-and-WitherProof)#4-implementing-any-other-itemattribute
ps: sorry for not correct forknig and pr
The text was updated successfully, but these errors were encountered:
#256
sorry for late help
Sorry, something went wrong.
Phoenix-Starlight
Successfully merging a pull request may close this issue.
Mistake
in the part 4a - 4. Adding multiple Item handlers (ItemUseHandler) the
itemUseHandler
are linked to a method that doesn't existsMy proposed solution
The code show
But the right method are
onItemUseRightClick
Wiki page
https://github.com/Slimefun/Slimefun4/wiki/Developer-Guide-(4a-Right-Clicks)#4-adding-multiple-item-handlers-itemusehandler
and
https://github.com/Slimefun/Slimefun4/wiki/Developer-Guide-(4b-Radioactive-and-WitherProof)#1-a-recap-of-part-4a
and
https://github.com/Slimefun/Slimefun4/wiki/Developer-Guide-(4b-Radioactive-and-WitherProof)#4-implementing-any-other-itemattribute
ps: sorry for not correct forknig and pr
The text was updated successfully, but these errors were encountered: