Posted March 7, 20187 yr This is a more specific question that will help with my two handed weapons: I need a hook like LivingEntityUseItemEvent but for left click instead of right. -wolfboyft
March 7, 20187 yr The PlayerInteractEvent has a number of sub-events like LeftClickBlock, RightClickBlock and so forth. I also think maybe the LivingEntityAttackEvent might trigger on left click. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
March 7, 20187 yr Author I've seen them, but they're all for when the player clicks on different things (an entity, a block, etcetera) -wolfboyft
March 7, 20187 yr Well, there isn't an event that corresponds to "LivingEntityUseItemEvent_But_Left_Click" because items aren't used on entities on left click. That's an attack. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
March 7, 20187 yr Author I'm aware, but the only events or methods within the Item class I can find are for when you attack an entity. If it helps understanding what I really need, read: -wolfboyft
March 8, 20187 yr 4 hours ago, wolfboyft said: I've seen them, but they're all for when the player clicks on different things (an entity, a block, etcetera) There is also event for clicking on nothing. So I think pretty much every type is covered. But there are also mouse events you can directly handle. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.