Tiny Desk Engineer Posted January 3, 2023 Posted January 3, 2023 I have an item that is supposed to do something every tick while the player holding it in their hand and pressing right click, and not just when they're looking at a block, but just every single time they right click. And I also need another function which runs the tick the player starts holding right click, but not on any ticks afterwards. How do I do these things? Quote
warjort Posted January 4, 2023 Posted January 4, 2023 Look at what for example the ShieldItem does. Or any other item that uses the startUsingItem() and its related methods. Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Tiny Desk Engineer Posted January 6, 2023 Author Posted January 6, 2023 On 1/4/2023 at 1:07 AM, warjort said: Look at what for example the ShieldItem does. Or any other item that uses the startUsingItem() and its related methods. I looked at the ShieldItem class, but I couldn't find any mention of startUsingItem in it. Might be remembering incorrectly, though. Quote
Naamah Posted January 6, 2023 Posted January 6, 2023 https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.16.5/net/minecraft/entity/LivingEntity.html#startUsingItem-net.minecraft.util.Hand- (startUsingItem) These might help Quote Not even gonna lie, I think I have autism
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.