RIGHT_CLICK_AIR doesn't work

Discussion in 'Plugin Development' started by Hoolean, Dec 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Hoolean

    Hello!

    Anyone else noticed Action.RIGHT_CLICK_AIR doesn't get triggered by PlayerInteractEvent :O

    Or is this just on 1.4.6?
     
  2. Offline

    tommycake50

    no no i had a similar problem earlier this week(i think it was this week)
    that LEFT_CLICK_AIR doesnt get triggered either(maybe that's just me)
    but yeah it doesnt fire.
     
  3. Offline

    reesylou

    MrBluebear3 likes this.
  4. Offline

    chasechocolate

    I haven't experimented with 1.4.6, but did you add @EventHandler and register your events? If so, most likely a bukkit bug
     
  5. Offline

    drtshock

    I was having the same issue D:
     
  6. Offline

    Hoolean

    Yeah, it worked for other actions :D

    I figured this out after a while :D

    I wonder if there is a way arounf the problem :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  7. Offline

    fireblast709

    Not really, as you would have to override the PlayerInteractEvent in CB.jar :3
     
  8. Offline

    Hoolean

    :(

    That's a shame.

    Maybe listening for packets could help? (assuming the Minecraft client sends the packet)
     
  9. Offline

    fireblast709

    Well now you mention packets, as no blocks or items are participating in the action, is there even a packet sent? (it was a long time ago I worked on it, so it is HIGHLY possible that I didn't fix it)
     
  10. Offline

    Hoolean

    That would be interesting to know :p
     
  11. Offline

    fireblast709

    MrBluebear3 likes this.
Thread Status:
Not open for further replies.

Share This Page