Jump to content

Check if player presssed key associated with jumping. (for a double jump type mechanic)


greetthemoth

Recommended Posts

10 hours ago, greetthemoth said:

Ive heard stuff about key binding, but what is the most efficient way to see if the key associated with jumping is pressed/ way to know the player has attempted to jump.

You would have to detect the jumping with for example a KeyInputEvent, and then send a packet to the server to inform the server that it should perform a jump action on a player.

 

EDIT: Turns out there is a better way to do this, see diesieben's answer above.

Edited by vemerion
  • Like 1
Link to comment
Share on other sites

1 hour ago, diesieben07 said:

You don't want to check for the key, as that is client-side only. You'd have to verify this server-side as well.

LivingEntity#isJumping will tell you if they are currently trying to jump. jumpTicks is used for the cooldown.

Ok most of this makes sense, but i dont know how to do the server side verification part.

Edited by greetthemoth
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.