So there were a lot of changes made to PlayerInteractEvent.
https://github.com/VictiniX888/JARM...nix/jarm/events/EventWandMalfunction.java#L18
So in the above line I am checking for whether the player is left-clicking. However, "event.action" doesn't exist anymore. "PlayerInteractEvent.Action.LEFT_CLICK_BLOCK" is also gone. I found "PlayerInteractEvent.LeftClickBlock" but that seems to be a method, should I be using that?
Can anyone tell me what I should replace them with? Thanks in advance
https://github.com/VictiniX888/JARM...nix/jarm/events/EventWandMalfunction.java#L18
So in the above line I am checking for whether the player is left-clicking. However, "event.action" doesn't exist anymore. "PlayerInteractEvent.Action.LEFT_CLICK_BLOCK" is also gone. I found "PlayerInteractEvent.LeftClickBlock" but that seems to be a method, should I be using that?
Can anyone tell me what I should replace them with? Thanks in advance