Jump to content

Help with backporting my mod to 1.14.4


squidlex

Recommended Posts

Hi there, I'm trying to backport my 1.15.2 mod to 1.14.4 but I don't know what to replace these with:

 

Minecraft.getInstance().getMainWindow().getScaledHeight()
  
  and
  
Player.getPosX()

 

Any help as to what these used to be called would be really helpful!

 

Edit: I've figured out getPosX() but I still don't know what to do about getting the window.

Edited by squidlex
Link to comment
Share on other sites

Some common google searches will give you some fun stuff you may find useful to know, for example here's one for eclipse:

https://dzone.com/articles/effective-eclipse-shortcut-key

 

and for IntelliJ:

https://www.jetbrains.com/help/idea/mastering-keyboard-shortcuts.html#

 

diesieben may have meant to learn it in a different way, but knowing shortcuts and how to search and find things when I need them was a huge part of helping me actually learn

 

❤️

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