Jump to content

New Control Inputs


ShaneYamamoto

Recommended Posts

Hello,

 

I am looking to make a mod using the Emotiv EEG headset. I have a basic api in java for the headset, but I am trying to figure out how to integrate it into my minecraft mod.

 

I am struggling to find the class that contains the information for player events, such as mining, movement and attacking.

 

I am also unsure how I should go about moving the external API into the minecraft project. I am thinking of just adding the classes and libraries into the mod package, but maybe I should place them into their own package?

 

Any info would be appreciated.

Link to comment
Share on other sites

Hi

 

This link gives some information about how Minecraft reads user input and turns it into actions, might be useful perhaps.

http://greyminecraftcoder.blogspot.com.au/2013/10/user-input.html

 

As for the API - if you want to ship the API as part of your mod, I would put it inside your mod package, but I reckon you could make it work either way.

 

-TGG

Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.