Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hello,

I am trying to display information in the infobox of an Item when the sneak key is pressed. How would I go about this?

 

Thanks

- Busti

 

P.S. I know how to display the information I just want to know if the sneak key is pressed...

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

player.isSneaking?

If my post helped you, please press that "Thank You"-button to show your appreciation.

 

Also if you don't know Java, I would suggest you read the official tutorials by Oracle to get an idea of how to do this. Thanks, and good modding!

 

Also if you haven't, set up a Git repo for your mod not only for convinience but also to make it easier to help you.

  • Author

This will only be true if the player is actually sneaking. Not when just the key is pressed.

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Put a key watcher on the client and send a packet to the server when pressed.  there is a way to watch for pressed and lifted if you want to know both.

 

Sorry, don't remember the exact syntax for it, but you should be able to search and find it.

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

Since this is just client sided I wouldn't need the packet. But I would like to avoid using a Tick handler...

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Sorry, I don't have the code handy so I don't remember the exact setup, but I don't think you need a tickhandler to determine if the key is pressed.  Its an event of sometype.

 

Here is something on keybinding

http://www.minecraftforge.net/wiki/Key_Binding

 

And another one.

http://jabelarminecraft.blogspot.com/p/minecraft-forge-1721710-keybinding.html

 

 

Simple search.

 

you can also watch for default minecraft key presses.  That should be more than enough for you to mess around and figure it out.

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

Thanks. Not exactly what I was expecting but I kinda knew that it would end like this. I just wanted to make it a one liner. It seems a bit overly complicated for just that purpose.

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

It is the type of thing you should have  build in your various code banks to copy over when you need it.  I could copy it into a new mod in a few minutes since I already have it built in and existing mod.

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

You don't have to do that. I decided to update my mod from scratch anyways since I decided to switch to scala completely.

 

Thanks :)

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

I was willing to give you a copy, but was more suggesting you go through the process of developing your own so you had it in your arsenal for the future.

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

I appreciate your efforts but as you said I should do it myself :) (and I want to)

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

  • Author

Aaaaand I can delete 2 new classes and 30 minutes of my precious Time

[Audience Laughter]

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

save it.  will be useful for something later on.

Long time Bukkit & Forge Programmer

Happy to try and help

Curious, does this still work if the player rebinds the sneak key to something other than shift?

No, it just checks with the raw number for SHIFT.

 

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Guest
This topic is now closed to further replies.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.