Skip to content
New issue

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

Hooks for ItemFrame and ArmorStand #105

Open
toddharrison opened this issue Mar 7, 2015 · 1 comment
Open

Hooks for ItemFrame and ArmorStand #105

toddharrison opened this issue Mar 7, 2015 · 1 comment
Assignees
Milestone

Comments

@toddharrison
Copy link

Cancelable hooks need to be added for ItemFrame and ArmorStand entity events. Specifically:

  • When ArmorStands are destroyed
  • When Items are placed, removed or replaced on ArmorStands
  • When items are removed from an ItemFrame
  • When items are rotated in an ItemFrame (can currently be handled with the RightClickOnEntity hook)
@darkdiplomat darkdiplomat self-assigned this Mar 9, 2015
@darkdiplomat darkdiplomat added this to the 1.2.1 milestone Mar 9, 2015
darkdiplomat added a commit that referenced this issue Mar 11, 2015
moved ItemFrame hooks to correct package
Removed deprecated PlayerListEntryHook
darkdiplomat referenced this issue in CanaryModTeam/CanaryMod Mar 18, 2015
darkdiplomat added a commit that referenced this issue Mar 31, 2015
@toddharrison
Copy link
Author

In the current ArmorStandModifyHook I need a way of getting the targeted ArmorStand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants