Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • What is the method to left click?
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
Gubipe

What is the method to left click?

By Gubipe, January 21 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

Gubipe    0

Gubipe

Gubipe    0

  • Tree Puncher
  • Gubipe
  • Members
  • 0
  • 5 posts
Posted January 21

I am trying to make a custom autoclicker for my client side mod which will be used on my smp server so that when someone presses down the key "v" it will toggle an autoclicker for them. I was wondering if anyone could tell me what the method is to register a left click? I would appreciate it!

  • Quote

Share this post


Link to post
Share on other sites

poopoodice    117

poopoodice

poopoodice    117

  • Dragon Slayer
  • poopoodice
  • Members
  • 117
  • 925 posts
Posted January 21

Check Minecraft#processKeyBinds where it checks for attack keybind (left mouse).

  • Quote

Share this post


Link to post
Share on other sites

Gubipe    0

Gubipe

Gubipe    0

  • Tree Puncher
  • Gubipe
  • Members
  • 0
  • 5 posts
Posted January 22
2 hours ago, poopoodice said:

Check Minecraft#processKeyBinds where it checks for attack keybind (left mouse).

can you link me to the documentation page for it?

  • Quote

Share this post


Link to post
Share on other sites

Draco18s    2414

Draco18s

Draco18s    2414

  • Reality Controller
  • Draco18s
  • Members
  • 2414
  • 15995 posts
Posted January 22
9 minutes ago, Gubipe said:

can you link me to the documentation page for it?

There isn't one. Documentation (such as there is) is all inside the code itself.

  • Quote

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.

Share this post


Link to post
Share on other sites

Gubipe    0

Gubipe

Gubipe    0

  • Tree Puncher
  • Gubipe
  • Members
  • 0
  • 5 posts
Posted January 22
2 hours ago, Draco18s said:

There isn't one. Documentation (such as there is) is all inside the code itself.

Sorry this might sound  dumb, I am new to working with minecraft mods. I was wondering if you could tell me the code location

  • Quote

Share this post


Link to post
Share on other sites

GenElectrovise    6

GenElectrovise

GenElectrovise    6

  • Creeper Killer
  • GenElectrovise
  • Members
  • 6
  • 114 posts
Posted January 22 (edited)

There's probably something in or nearby to PlayerEntity (as a movement controller or something similar?)

I'd start with searching my workspace for something along the lines of KeystrokeHandler or PlayerMovementController

Edited January 22 by GenElectrovise
  • Quote

How to ask a good coding question: https://stackoverflow.com/help/how-to-ask

Give any applicable of: logs, code, desired effects, and actual effects. Be thorough or we can't help you, and don't post code without putting it in a code block (the <> button on the post - select "C-type Language"): syntax highlighting makes everything easier, and it keeps the post tidy.

 

My own mod, Magiks Most Evile! GitHub (https://github.com/GenElectrovise/MagiksMostEvile) Wiki (https://magiksmostevile.fandom.com/wiki/Magiks_Most_Evile_Wiki)

Edit your own signature at https://www.minecraftforge.net/forum/settings/signature/

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • JayNeedsHelp
      How can I fix this encoding issue?

      By JayNeedsHelp · Posted 30 minutes ago

      Hey so I'm creating a forge mod and I'm trying to use the "§" character but I'm getting an illegal character error in the compiler. I've tried using the -encoding option in the compiler, I've also tried converting the file to UTF-8 without BOM, but it wasn't UTF-8 BOM in the first place. I was making a jar mod with mcp in eclipse and everything was working just fine with these characters, which I'm now moving to a forge mod. I'm using IntelliJ Community IDEA currently.   Here's a link to part of the error list: https://jay-hosts-a.dark-web.store/6AXsbJqG. Obviously the other errors were due to the illegal character error but I thought I might as well show it. I'm making a forge mod for 1.12.2, forgegradle is version 2.3-SNAPSHOT and I'm using mixingradle-0.6-SNAPSHOT.   I'm not sure how to fix this and any help would be greatly appreciated.
    • mchase
      Forge crashing

      By mchase · Posted 39 minutes ago

      I downloaded and installed forge for 1.16.4 and it shows up in my installations and will start to open but then crashes and gives me "exit code 255". I am on MacOS if that makes a difference. it says The game crashed whilst initializing game Error: java.lang.IllegalStateException: GLFW error before init: [0x10008]Cocoa: Failed to find service port for display Exit Code: 255 does forge just not work on Mac? am I missing something? please help
    • MiToKonndria
      cant download pixelmon

      By MiToKonndria · Posted 1 hour ago

      when i click install on the Pixelmon modpack it gets to 42% and mod 3 out of 7 and then gives me the error message: Timeout attempting to download: "https://edge.forgecdn.net/files/3072/298/pixelmon-1.12.2-8.1.2-universal.jar"
    • lupicus
      can someone help with server crashing

      By lupicus · Posted 1 hour ago

      Looks like Wonderful Enchantments has problems, try and remove it.
    • Draco18s
      can someone help with server crashing

      By Draco18s · Posted 1 hour ago

      Surprise, accessing the client thread from the server thread isn't possible. Bitch at the author of wonderfulenchantments.
  • Topics

    • JayNeedsHelp
      0
      How can I fix this encoding issue?

      By JayNeedsHelp
      Started 30 minutes ago

    • mchase
      0
      Forge crashing

      By mchase
      Started 40 minutes ago

    • MiToKonndria
      0
      cant download pixelmon

      By MiToKonndria
      Started 1 hour ago

    • IRONDALEK
      3
      can someone help with server crashing

      By IRONDALEK
      Started 6 hours ago

    • Twu
      0
      Need help with Potion Brewing recipes

      By Twu
      Started 1 hour ago

  • Who's Online (See full list)

    • Uncreative
    • mchase
    • NotAPotato
    • Daeruin
    • ehbean
    • LK1905
    • Befell
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • What is the method to left click?
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community