Redman Posted March 7, 2022 Share Posted March 7, 2022 Hi, I want to add an event to an usable item, namely something along the line of "onShiftRightClick", that would be a different behaviour than "onRightClick"/"use()", can't find it and the docs i'm reading aren't really thorough with their explainations... I just wanted to find a list of all supported event as of 1.16.5. Additionnaly if you know a good guide for custom events I'd like that. Quote Link to comment Share on other sites More sharing options...
Luis_ST Posted March 8, 2022 Share Posted March 8, 2022 5 hours ago, Redman said: "onRightClick"/"use() check if the Player is sneaking via Player#isShiftKeyDown 6 hours ago, Redman said: I just wanted to find a list of all supported event as of 1.16.5. the most Events are in net.minecraftforge.event and net.minecraftforge.client.event, you can use your IDE to look into these packages Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.