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
Cancelable hooks need to be added for ItemFrame and ArmorStand entity events. Specifically:
The text was updated successfully, but these errors were encountered:
adds ItemFrameRotateHook and ItemFrameSetItemHook, addresses #105
62a8522
added ArmorStandModifyHook, address #105
c7a5cc8
moved ItemFrame hooks to correct package Removed deprecated PlayerListEntryHook
item frame hook corrections, implementing ArmorStandModifyHook (needs…
e1e3a91
… further testing)
implementing ItemFrameSetItemHook to cover Item removal, address Cana…
5dc7abf
…ryModTeam/CanaryLib#105
updating javadoc for ItemFrameSetItemHook to specify possible null it…
14cbb2f
…em as an Item removal case, addresses #105
In the current ArmorStandModifyHook I need a way of getting the targeted ArmorStand.
Sorry, something went wrong.
darkdiplomat
No branches or pull requests
Cancelable hooks need to be added for ItemFrame and ArmorStand entity events. Specifically:
The text was updated successfully, but these errors were encountered: