Posted January 6, 20187 yr Hey! So I have tried moving the player to a direction, ex. sides, forward, backward, etc. but I just couldn't find a way to make it work. Any suggestions? Thanks!
January 6, 20187 yr Try using EntityLivingBase#travel. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
January 6, 20187 yr Author 16 minutes ago, larsgerrits said: Try using EntityLivingBase#travel. Thanks! I'll give it a try.
January 7, 20187 yr Player movement is generally controlled on the client side. The best way for making automatic player movement seems to be to replace the client side mouse helper class with one of your own and then stimulate mouse and keyboard activity. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
January 7, 20187 yr Author 20 hours ago, larsgerrits said: Try using EntityLivingBase#travel. No such method. 14 minutes ago, deerangle said: player.setVelocity() Not what I'm looking for. Ways to move a player forward. 1 hour ago, jabelar said: Player movement is generally controlled on the client side. The best way for making automatic player movement seems to be to replace the client side mouse helper class with one of your own and then stimulate mouse and keyboard activity. Thanks, I'll try that! Edited January 7, 20187 yr by Differentiation
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.